예제 #1
0
 /**
  * Control constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->filters = new Nette\ArrayHash();
     $this->filters->offsetSet('like', new Nette\ArrayHash());
     $this->filters->offsetSet('boolean', new Nette\ArrayHash());
 }
예제 #2
0
 public function __construct()
 {
     parent::__construct();
     $this->order = range(0, $this->width * $this->width - 1);
 }