示例#1
0
文件: Pager.php 项目: mesour/datagrid
 public function __construct(\Nette\ComponentModel\IContainer $parent = NULL, $name = NULL)
 {
     parent::__construct($parent, $name);
     $this->paginator = new \Nette\Utils\Paginator();
 }
示例#2
0
 public function __construct(IContainer $parent = NULL, $name = NULL)
 {
     parent::__construct($parent, $name);
     $this->page_limit = $parent->getPageLimit();
 }
示例#3
0
 public function __construct(IContainer $parent = NULL, $name = NULL)
 {
     parent::__construct($parent, $name);
     $this->links = new SelectionLinks($this);
 }