Esempio n. 1
0
 protected function updateNamedSections($aSections)
 {
     $this->setupDatabaseManipulator();
     return GenericSectionUpdater::updateNamedSections($this->ROOT_ELEMENT, $this->_Parent, $aSections);
 }
Esempio n. 2
0
 protected function updateNamedSections($aSections)
 {
     return GenericSectionUpdater::updateNamedSections($this->ROOT_ELEMENT, $this->_Parent, $aSections);
 }