_type = $this->_resource->getAttribute('type'); parent::init(); return $this; } /** * getPersistentAttributes() * * @return array */ public function getPersistentAttributes() { return array('type' => $this->_type); } /** * getContents() * * @return string */ public function getContents() { $contents =<<