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