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

getStartId() 공개 메소드

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

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