Ejemplo n.º 1
0
 function anothermethod($a, $b = 32)
 {
     parent::anothermethod(2, $b);
     print "bar->anothermethod: {$a} and {$b}\n";
 }