getMethod($method); if (count($args) < $reflector_method->getNumberOfRequiredParameters()) { Router::not_found(); return; } // call controller method with arguments call_user_func_array(array($o, $method), $args); } }