예제 #1
0
 public function __construct($vertical = false)
 {
     //dirty hack to avoid placing this logic in the right place
     //i.e. on a Grid properties aware service (X and Y size)
     $size = 5;
     parent::__construct($size, $vertical);
 }
예제 #2
0
 public function __construct($vertical = false)
 {
     parent::__construct(4, $vertical);
 }