예제 #1
0
파일: Handler.php 프로젝트: safan-lab/safan
 /**
  * @param null $config
  */
 public function __construct($config = null)
 {
     Safan::setHandler($this);
     $this->runApplication();
 }