示例#1
0
 /**
  * @param null $config
  */
 public function __construct($config = null)
 {
     Safan::setHandler($this);
     $this->runApplication();
 }