function save()
 {
     parent::_save($this->relationships, $this->basepath);
 }
Exemplo n.º 2
0
 function save()
 {
     parent::_save($this->relationships, "custom/working/modules/{$this->moduleName}");
 }
 function save($rebuildMetadata = true)
 {
     parent::_save($this->relationships, "custom/working/modules/{$this->moduleName}");
     // Rebuild the relationship portion of the metadata cache if requested
     if ($rebuildMetadata) {
         MetaDataManager::refreshSectionCache(array(MetaDataManager::MM_RELATIONSHIPS));
     }
 }