PHP Class Pinq\Queries\Builders\BaseQueryBuilder

Author: Elliot Levin ([email protected])
Inheritance: implements Pinq\Queries\Builders\IQueryBuilder
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 )
getFunctionInterpreter ( )

Method Details

__construct() public method

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

getFunctionInterpreter() public method

Property Details

$functionInterpreter protected_oe property

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