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

Adds a skip clause to the current query.
public skip ( $records )
Пример #1
0
 /**
  * {@inheritdoc}
  */
 public function skip($records)
 {
     return $this->command->skip($records);
 }