Ejemplo n.º 1
0
 public function __construct($fileType, $minify = false, $options = array())
 {
     $this->fileType = $fileType;
     $this->minify = $minify;
     $this->options = $options;
     $this->options['minify'] = $this->minify;
     parent::__construct('combined', true);
 }
Ejemplo n.º 2
0
 public function __construct($group, $isAccessible = false, $isRaw = false)
 {
     parent::__construct($group, $isAccessible);
     $this->isRaw = $isRaw;
 }