Exemplo n.º 1
0
 public function __construct(array $config = array())
 {
     parent::__construct($config);
 }
Exemplo n.º 2
0
 /**
  * {@inheritdocs}
  *
  * Finds the file in parent themes as well
  */
 public function find_file($view, $themes = null)
 {
     if (is_null($themes)) {
         $themes = $this->get_parent_themes($this->active['name']);
     }
     return parent::find_file($view, $themes);
 }