예제 #1
0
 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;
 }
예제 #2
0
 public function getArgument($sPath, $bDebug = true, $mDefault = null)
 {
     return parent::getArgument($sPath, $bDebug, $mDefault);
 }
예제 #3
0
 protected function test(dom\element $test, $sContent, $controler, dom\document $doc, fs\file $file)
 {
     $controler = $this;
     return parent::test($test, $sContent, $controler, $doc, $file);
 }