_filesystemName = $this->_forModuleName = $this->_resource->getAttribute('forModuleName'); parent::init(); return $this; } /** * getName() * * @return string */ public function getName() { return 'TestApplicationModuleDirectory'; } /** * getPersistentAttributes * * @return array */ public function getPersistentAttributes() { return array( 'forModuleName' => $this->getForModuleName() ); } /** * getModuleName() * * @return string */ public function getForModuleName() { return $this->_forModuleName; } }