コード例 #1
0
ファイル: Redirect.php プロジェクト: TheProjecter/sylma
 public function getArgument($sPath, $bDebug = true, $mDefault = null)
 {
     if (!$this->getArguments()) {
         return false;
     }
     return parent::getArgument($sPath, $bDebug, $mDefault);
 }
コード例 #2
0
ファイル: Controler.php プロジェクト: TheProjecter/sylma
 public function getArgument($sPath, $bDebug = true, $mDefault = null)
 {
     return parent::getArgument($sPath, $bDebug, $mDefault);
 }