Pinq\Queries\Segments\Range::getAmountId PHP 메소드

getAmountId() 공개 메소드

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

Usage Example

예제 #1
0
 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