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

getStartId() public method

Gets the start parameter id.
public getStartId ( ) : string
return string
    public function getStartId()
    {
        return $this->startParameterId;
    }

Usage Example

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::getStartId