Exemplo n.º 1
0
 public function __construct(\Icybee\ManageBlock $manager, $id, array $options = array())
 {
     parent::__construct($manager, $id, array('title' => 'Popularity', 'class' => 'pull-right', 'orderable' => true));
 }
Exemplo n.º 2
0
 public function __construct(\Icybee\Modules\Images\Albums\ManageBlock $manager, $id, array $options = array())
 {
     parent::__construct($manager, $id, $options + array('title' => 'Photos'));
 }
Exemplo n.º 3
0
 public function __construct(\Icybee\Modules\Users\ManageBlock $manager, $id, array $options = array())
 {
     parent::__construct($manager, $id, array('class' => 'pull-right cell-fitted', 'orderable' => true));
 }
Exemplo n.º 4
0
 public function __construct(\Icybee\ManageBlock $manager, $id, array $options = array())
 {
     parent::__construct($manager, $id, $options + array('discreet' => true));
 }
Exemplo n.º 5
0
 public function __construct(\Icybee\ManageBlock $manager, $id, array $options = [])
 {
     parent::__construct($manager, $id, $options + ['orderable' => false]);
 }
Exemplo n.º 6
0
 public function __construct(\Icybee\ManageBlock $manager, $id, array $options = array())
 {
     parent::__construct($manager, $id, array('orderable' => false));
 }
Exemplo n.º 7
0
 public function __construct(\Icybee\ManageBlock $manager, $id, array $options = [])
 {
     parent::__construct($manager, $id, $options + ['title' => 'User', 'orderable' => true]);
     $this->resolved_user_names = $this->resolve_user_names($manager->model);
 }