limit() 공개 메소드

Adds a limit to the current query.
public limit ( $limit )
예제 #1
0
 /**
  * {@inheritdoc}
  */
 public function limit($limit)
 {
     return $this->command->limit($limit);
 }