Pinq\Queries\Segments\Range::getAmountId PHP Méthode

getAmountId() public méthode

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

Usage Example

Exemple #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