PHP Interface Pinq\Providers\DSL\Compilation\IRequestTemplate

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\IRequestQuery | null Gets the request query object.

Method Details

getQuery() public method

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