Example #1
0
 /**
  * Local Themes Constructor
  */
 public function __construct()
 {
     parent::__construct(self::getGrav()['themes']->all());
 }
Example #2
0
 /**
  * Local Themes Constructor
  */
 public function __construct($refresh = false, $callback = null)
 {
     parent::__construct($this->repository, $refresh, $callback);
 }