fun_name() public method

public fun_name ( )
Ejemplo n.º 1
0
 public function fun_with_args(ChildClass $class, $whatever = null)
 {
     return $class->fun_name($whatever);
 }