errorMessages = array(); } public function getErrorMessages() { return $this->errorMessages; } public function getCode() { $html = parent::getCode(); $home = L("Home"); $html .= "

$this->title

  1. $home
  2. $this->title
"; return $html; } }