Ejemplo n.º 1
0
 public function __construct(\Nette\ComponentModel\IContainer $parent = NULL, $name = NULL)
 {
     parent::__construct($parent, $name);
     $this->paginator = new \Nette\Utils\Paginator();
 }
Ejemplo n.º 2
0
 public function __construct(IContainer $parent = NULL, $name = NULL)
 {
     parent::__construct($parent, $name);
     $this->page_limit = $parent->getPageLimit();
 }
Ejemplo n.º 3
0
 public function __construct(IContainer $parent = NULL, $name = NULL)
 {
     parent::__construct($parent, $name);
     $this->links = new SelectionLinks($this);
 }