__construct() 공개 메소드

Create config driver instance
public __construct ( null $resource = null )
$resource null Resource for driver
예제 #1
0
 public function __construct($resource = null)
 {
     parent::__construct($resource);
     $this->yaml = Yaml::getInstance();
 }