/** * Return the first item with the given ID * * @param int $id * @return mixed */ public function byID($id) { return $this->list->byID($id); }