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