Lines Matching refs:method
7 * 1) child class method using parent object
8 * 2) parent class method using child object
9 * 3) child class method using parent class
10 * 4) parent class method using child class
45 echo "-- accessing parent method from child class --\n";
48 echo "-- accessing child method from parent class --\n";
55 echo "-- accessing parent method using child class object --\n";
58 echo "-- accessing child method using parent class object --\n";
69 -- accessing parent method from child class --
78 -- accessing child method from parent class --
79 …$callback) must be a valid callback or null, class ParentClass does not have a method "staticChild"
80 -- accessing parent method using child class object --
89 -- accessing child method using parent class object --
90 …$callback) must be a valid callback or null, class ParentClass does not have a method "staticChild"