setCode($code); } /** * Init function */ public function init(){ } /** * Set the helper name * @param string $code */ public function setCode($code) { $this->_code = $code; } /** * Get the helper name * @return string */ public function getCode() { return $this->_code; } }