示例#1
0
 /**
  * Get the limit if any
  *
  * @return int|null
  */
 public function getLimit()
 {
     return $this->query->getLimit();
 }