Exemplo n.º 1
0
 public function __construct($template, Model $product)
 {
     parent::__construct($template);
     $this->model = $product;
 }
Exemplo n.º 2
0
 public function __construct($template = null)
 {
     $template = $template ? $template : __DIR__ . "/../templates/pagination.tpl";
     parent::__construct($template);
 }