__construct() публичный Метод

Sets parser options
public __construct ( array $options = [] ) : SassParser
$options array
Результат SassParser
Пример #1
0
 public function __construct()
 {
     parent::__construct();
     $this->ci =& get_instance();
     $this->dir = FCPATH . 'assets';
 }