<?php class questions { public function index( $one = '', $two = '', $three = '' ) { return 'sth'; } } class tags extends questions { public function index () { return parentClass::index(); } } $obj = new tags; echo $obj->index();
You have javascript disabled. You will not be able to edit any code.
There are `0` results