__construct() 공개 메소드

public __construct ( $kernel = null )
예제 #1
0
파일: Slidey.php 프로젝트: gregwar/slidey
 /**
  * Create a Slidey instance, using the slidey kernel
  */
 public function __construct()
 {
     parent::__construct(new Kernel());
     $this->copy(__DIR__ . '/static/slidey', 'slidey');
 }