コード例 #1
0
ファイル: App.php プロジェクト: neatphp/neat
 /**
  * Constructor.
  *
  * @param string $mode
  */
 public function __construct($mode)
 {
     parent::__construct($mode, realpath(__DIR__ . '/..'));
 }
コード例 #2
0
ファイル: App.php プロジェクト: neatphp/neat
 /**
  * Constructor.
  *
  * @param string $mode
  * @param string $webDir
  */
 public function __construct($mode, $webDir)
 {
     parent::__construct($mode, __DIR__, $webDir);
 }