Pinq\Queries\OperationQuery::withScope PHP Метод

withScope() защищенный Метод

protected withScope ( Pinq\Queries\IScope $scope )
$scope Pinq\Queries\IScope
    protected function withScope(IScope $scope)
    {
        return $this->update($scope, $this->operation);
    }