Pinq\Parsing\FunctionInterpreter::getReflection PHP Method

getReflection() public method

public getReflection ( callable $function )
$function callable
    public function getReflection(callable $function)
    {
        return FunctionReflection::fromCallable($function);
    }