/** * * @return string */ public function getAction() { if (!$this->hasAction()) { $this->setAction('list'); } return parent::getAction(); }