Пример #1
0
 /**
  * CssHandler constructor.
  * @param Jarves $jarves
  * @param Filesystem $webFilesystem
  * @param Utils $utils
  */
 public function __construct(Jarves $jarves, Filesystem $webFilesystem, Utils $utils)
 {
     parent::__construct($jarves);
     $this->webFilesystem = $webFilesystem;
     $this->jarves = $jarves;
     $this->utils = $utils;
 }
Пример #2
0
 /**
  * CssHandler constructor.
  * @param Jarves $jarves
  * @param Filesystem $webFilesystem
  */
 public function __construct(Jarves $jarves, Filesystem $webFilesystem)
 {
     parent::__construct($jarves);
     $this->webFilesystem = $webFilesystem;
 }