PHP Interface Pinq\Queries\IQuery

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

Public Methods

Method Description
getParameters ( ) : Pinq\Queries\IParameterRegistry Gets the query parameter registry.
getScope ( ) : Pinq\Queries\IScope Gets the query scope.
updateScope ( Pinq\Queries\IScope $scope ) : static Returns the query with the supplied scope.

Method Details

getParameters() public method

Gets the query parameter registry.
public getParameters ( ) : Pinq\Queries\IParameterRegistry
return Pinq\Queries\IParameterRegistry

getScope() public method

Gets the query scope.
public getScope ( ) : Pinq\Queries\IScope
return Pinq\Queries\IScope

updateScope() public method

Returns the query with the supplied scope.
public updateScope ( Pinq\Queries\IScope $scope ) : static
$scope Pinq\Queries\IScope
return static