예제 #1
0
 public function __construct(array $attributes = array())
 {
     parent::__construct($attributes);
     $this->addClass('list-group');
 }
예제 #2
0
 public function __construct(array $attributes = array())
 {
     $attributes['TYPE'] = 'ordered';
     parent::__construct($attributes);
     $this->addClass('carousel-indicators');
 }