Pinq\Analysis\ICallable::getReturnTypeWithArguments PHP Метод

getReturnTypeWithArguments() публичный Метод

Gets the return type of the function with the supplied arguments array.
public getReturnTypeWithArguments ( array $staticArguments ) : Pinq\Analysis\IType
$staticArguments array The argument values indexed by their position.
Результат Pinq\Analysis\IType
    public function getReturnTypeWithArguments(array $staticArguments);