Ejemplo n.º 1
0
 function printFoo()
 {
     parent::printFoo();
     echo __CLASS__, ': ', $this->foo, " ", $this->foo2, "\n";
 }