PHP Interface Pinq\Queries\IQuery

Author: Elliot Levin ([email protected])
Afficher le fichier Open project: timetoogo/pinq Interface Usage Examples

Méthodes publiques

Méthode 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 méthode

Gets the query parameter registry.
public getParameters ( ) : Pinq\Queries\IParameterRegistry
Résultat Pinq\Queries\IParameterRegistry

getScope() public méthode

Gets the query scope.
public getScope ( ) : Pinq\Queries\IScope
Résultat Pinq\Queries\IScope

updateScope() public méthode

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