protected function test(dom\element $test, $sContent, $controler, dom\document $doc, fs\file $file) { $result = parent::test($test, $sContent, $controler, $doc, $file); $sPath = $this->getControler()->getDirectory()->getName(); $this->setControler($this->createControler($sPath)); return $result; }
public function getArgument($sPath, $bDebug = true, $mDefault = null) { return parent::getArgument($sPath, $bDebug, $mDefault); }
protected function test(dom\element $test, $sContent, $controler, dom\document $doc, fs\file $file) { $controler = $this; return parent::test($test, $sContent, $controler, $doc, $file); }