__construct() public method

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