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