Lines Matching refs:instance
20 echo 'Access public instance method of object';
24 echo 'Access public instance method of parent object through parent:: ';
69 echo 'Access public instance method of parent object through "parent::" ';
74 echo 'Access public instance method of self object through "self::" ';
79 echo 'Access public instance method of parent object through "self::" to parent method';
84 echo 'Access protected instance method of parent object through "self::" to parent method';
89 echo 'MagicCall __call instance method ';
103 Access public instance method of object OK
104 Access public instance method of parent object through parent:: OK
114 Access public instance method of parent object through "parent::"
117 Access public instance method of self object through "self::"
120 Access public instance method of parent object through "self::" to parent method
123 Access protected instance method of parent object through "self::" to parent method
126 MagicCall __call instance method __call,nonExistentMethod, OK