Lines Matching refs:parent
24 echo 'Access public instance method of parent object through parent:: ';
59 echo 'Subclass closure over parent class protected method';
64 echo 'Subclass closure over parent class static protected method';
69 echo 'Access public instance method of parent object through "parent::" ';
79 echo 'Access public instance method of parent object through "self::" to parent method';
84 echo 'Access proteced instance method of parent object through "self::" to parent method';
105 Access public instance method of parent object through parent:: OK
113 Subclass closure over parent class protected method OK
114 Subclass closure over parent class static protected method OK
115 Access public instance method of parent object through "parent::" OK
117 Access public instance method of parent object through "self::" to parent method OK
118 Access proteced instance method of parent object through "self::" to parent method OK