__construct() public method

Sets parser options
public __construct ( array $options = [] ) : SassParser
$options array
return SassParser
Esempio n. 1
0
 public function __construct()
 {
     parent::__construct();
     $this->ci =& get_instance();
     $this->dir = FCPATH . 'assets';
 }