1 | <?php |
||
8 | class HtmlCardGroups extends HtmlViewGroups { |
||
9 | |||
10 | public function __construct($identifier, $cards=array()) { |
||
13 | |||
14 | protected function createElement(){ |
||
17 | |||
18 | public function newItem($identifier) { |
||
21 | |||
22 | public function getCard($index) { |
||
25 | |||
26 | public function getCardContent($cardIndex, $contentIndex) { |
||
29 | |||
30 | } |