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