天天看點

laravel底層拜讀

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