Пример #1
0
 /**
  * @param $path
  * @param string $basePath
  */
 public function __construct($path, $basePath = JS)
 {
     parent::__construct($path, $basePath);
 }
Пример #2
0
 /**
  * @param $path
  * @param string $rel
  * @param string $mediaType
  * @param string $basePath
  */
 public function __construct($path, $rel = "stylesheet", $media = 'screen', $basePath = CSS)
 {
     $this->rel = $rel;
     $this->media = $media;
     parent::__construct($path, $basePath);
 }