1 | <?php |
||
10 | class HtmlSegmentGroups extends HtmlSemCollection{ |
||
11 | |||
12 | |||
13 | public function __construct( $identifier, $items=array()){ |
||
17 | |||
18 | |||
19 | protected function createItem($value){ |
||
22 | |||
23 | protected function createCondition($value){ |
||
26 | |||
27 | /** |
||
28 | * Defines the group type |
||
29 | * @param string $type one of "raised","stacked","piled" default : "" |
||
30 | * @return \Ajax\semantic\html\elements\HtmlSegmentGroups |
||
31 | */ |
||
32 | public function setType($type){ |
||
35 | |||
36 | public function setSens($sens=Sens::VERTICAL){ |
||
39 | |||
40 | public function run(JsUtils $js){ |
||
44 | |||
45 | public static function group($identifier,$items=array(),$type="",$sens=Sens::VERTICAL){ |
||
50 | |||
51 | } |