Scope Resolution Operator-::

By | January 31, 2014

Double colon (::) this is used to access the static,constant and overridden properties or methods of a class.

Example1
——–

self,parent and static are used to access the value inside the class

Example2
——–