Pinq\Queries\Segments\Range::getAmountId PHP Method

getAmountId() public method

Gets the amount parameter id.
public getAmountId ( ) : string
return string
    public function getAmountId()
    {
        return $this->amountParameterId;
    }

Usage Example

コード例 #1
0
ファイル: ScopeEvaluator.php プロジェクト: timetoogo/pinq
 public function visitRange(Segments\Range $query)
 {
     $this->traversable = $this->traversable->slice($this->resolvedParameters[$query->getStartId()], $this->resolvedParameters[$query->getAmountId()]);
 }
All Usage Examples Of Pinq\Queries\Segments\Range::getAmountId