コード例 #1
0
ファイル: Handler.php プロジェクト: safan-lab/safan
 /**
  * @param null $config
  */
 public function __construct($config = null)
 {
     Safan::setHandler($this);
     $this->runApplication();
 }