Property | Type | Description | |
---|---|---|---|
$parameters | Pinq\Queries\IParameterRegistry | ||
$scope | Pinq\Queries\IScope |
Method | Description | |
---|---|---|
__construct ( Pinq\Queries\IScope $scope, array $queryParameters ) | ||
getParameters ( ) | ||
getScope ( ) | ||
updateScope ( Pinq\Queries\IScope $scope ) |
Method | Description | |
---|---|---|
withScope ( Pinq\Queries\IScope $scope ) |
public __construct ( Pinq\Queries\IScope $scope, array $queryParameters ) | ||
$scope | Pinq\Queries\IScope | |
$queryParameters | array |
public updateScope ( Pinq\Queries\IScope $scope ) | ||
$scope | Pinq\Queries\IScope |
abstract protected withScope ( Pinq\Queries\IScope $scope ) | ||
$scope | Pinq\Queries\IScope |
protected IParameterRegistry,Pinq\Queries $parameters | ||
return | Pinq\Queries\IParameterRegistry |