PHP Interface Pinq\Providers\DSL\Compilation\IOperationTemplate

Author: Elliot Levin ([email protected])
Inheritance: extends Pinq\Providers\DSL\Compilation\IQueryTemplate
Datei anzeigen Open project: timetoogo/pinq Interface Usage Examples

Public Methods

Method Description
getQuery ( ) : Pinq\Queries\IOperationQuery | null Gets the operation query object.

Method Details

getQuery() public method

Gets the operation query object.
public getQuery ( ) : Pinq\Queries\IOperationQuery | null
return Pinq\Queries\IOperationQuery | null