Beispiel #1
0
 public function __construct(JModel $model, SplPriorityQueue $paths = NULL)
 {
     parent::__construct($model, $paths);
     $this->paths->insert(__DIR__ . '/tmpl', 'normal');
 }