예제 #1
0
 public function parseRoot(\sylma\dom\element $el)
 {
     parent::parseRoot($el);
     $this->insertQuery(false);
 }
예제 #2
0
 public function parseRoot(dom\element $el)
 {
     parent::parseRoot($el);
     $this->setSource($this->getWindow()->getVariable('post'));
 }