Pinq\Queries\Builders\Interpretations\OperationResolver::interpretApply PHP Method

interpretApply() public method

public interpretApply ( $operationId, Pinq\Queries\Builders\Functions\IFunction $function )
$function Pinq\Queries\Builders\Functions\IFunction
    public function interpretApply($operationId, IFunction $function)
    {
        $this->appendToHash($operationId);
        $this->resolveFunction($function);
    }