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