天天看点

laravel底层拜读

public function callAction($method, $parameters)
{
    return call_user_func_array([$this, $method], $parameters);
}