viewList[] = $view; } public function getView($id) { return $this->viewList[$id]; } public function getAllViews() { return $this->viewList; } }