예제 #1
0
파일: Themes.php 프로젝트: clee03/metal
 /**
  * Local Themes Constructor
  */
 public function __construct()
 {
     parent::__construct(self::getGrav()['themes']->all());
 }
예제 #2
0
 /**
  * Local Themes Constructor
  */
 public function __construct($refresh = false, $callback = null)
 {
     parent::__construct($this->repository, $refresh, $callback);
 }