Doctrine\OrientDB\Query\Command\Select::skip PHP Метод

skip() публичный Метод

Sets the number of records to skip.
public skip ( $records )
    public function skip($records)
    {
        $this->setToken('Skip', (int) $records);
        return $this;
    }