_forControllerName = $this->_resource->getAttribute('forControllerName'); $this->_filesystemName = $this->_forControllerName; parent::init(); return $this; } /** * getPersistentAttributes() * * @return array */ public function getPersistentAttributes() { return array( 'forControllerName' => $this->_forControllerName ); } /** * getName() * * @return string */ public function getName() { return 'ViewControllerScriptsDirectory'; } }