_namespaceName = $this->_resource->getAttribute('namespaceName'); $this->_filesystemName = $this->_namespaceName; parent::init(); return $this; } /** * getPersistentAttributes() * * @return array */ public function getPersistentAttributes() { $attributes = array(); $attributes['namespaceName'] = $this->_namespaceName; return $attributes; } }