示例#1
0
 /**
  * @return Zend_Controller_Plugin_Abstract
  */
 public function init()
 {
     $translate = $this->getTranslate();
     Core_Registry::setMessage($translate);
     return $translate;
 }