__construct() public méthode

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