PHP Class Pinq\Queries\Builders\Interpretations\BaseInterpretation

Author: Elliot Levin ([email protected])
Datei anzeigen Open project: timetoogo/pinq Class Usage Examples

Protected Properties

Property Type Description
$functionInterpreter Pinq\Parsing\IFunctionInterpreter

Public Methods

Method Description
__construct ( Pinq\Parsing\IFunctionInterpreter $functionInterpreter )

Protected Methods

Method Description
getFunctionCallableParameter ( Pinq\Queries\Builders\Functions\IFunction $function )
getFunctionScopedVariableParameter ( Pinq\Queries\Builders\Functions\IFunction $function, $variableName )

Method Details

__construct() public method

public __construct ( Pinq\Parsing\IFunctionInterpreter $functionInterpreter )
$functionInterpreter Pinq\Parsing\IFunctionInterpreter

getFunctionCallableParameter() final protected method

final protected getFunctionCallableParameter ( Pinq\Queries\Builders\Functions\IFunction $function )
$function Pinq\Queries\Builders\Functions\IFunction

getFunctionScopedVariableParameter() final protected method

final protected getFunctionScopedVariableParameter ( Pinq\Queries\Builders\Functions\IFunction $function, $variableName )
$function Pinq\Queries\Builders\Functions\IFunction

Property Details

$functionInterpreter protected_oe property

protected IFunctionInterpreter,Pinq\Parsing $functionInterpreter
return Pinq\Parsing\IFunctionInterpreter