<?php class questions { public function index( $from = null, $other_problem = '' ) { $this->myProperty = 'ss'; if ( $from != 'test' ) { return $this->test(); } return $other_problem; } public function test(){ function myfunc(){} return $this->index(__FUNCTION__, 'sth'); } } class tags extends questions { public function index ($from = null) { return parent::index($from); } } $obj = new tags; echo $obj->index();
You have javascript disabled. You will not be able to edit any code.
There are `0` results