limitStart; } /** * @param int $start * * @return $this */ public function limit($start) { $this->limitStart = $start; return $this; } }