Table of Contents

About

Methods are functions inside a class.

How to

  • Call a static method from inside a class
self::staticMethod();