Esempio n. 1
0
 public function getArgument($sPath, $bDebug = true, $mDefault = null)
 {
     if (!$this->getArguments()) {
         return false;
     }
     return parent::getArgument($sPath, $bDebug, $mDefault);
 }
Esempio n. 2
0
 public function getArgument($sPath, $bDebug = true, $mDefault = null)
 {
     return parent::getArgument($sPath, $bDebug, $mDefault);
 }