コード例 #1
0
 protected function updateNamedSections($aSections)
 {
     $this->setupDatabaseManipulator();
     return GenericSectionUpdater::updateNamedSections($this->ROOT_ELEMENT, $this->_Parent, $aSections);
 }
コード例 #2
0
ファイル: class.eventex.php プロジェクト: alpacaaa/eventex
 protected function updateNamedSections($aSections)
 {
     return GenericSectionUpdater::updateNamedSections($this->ROOT_ELEMENT, $this->_Parent, $aSections);
 }