__construct() public method

public __construct ( $kernel = null )
Example #1
0
 /**
  * Create a Slidey instance, using the slidey kernel
  */
 public function __construct()
 {
     parent::__construct(new Kernel());
     $this->copy(__DIR__ . '/static/slidey', 'slidey');
 }