@@ -49,7 +49,7 @@ |
||
49 | 49 | /** |
50 | 50 | * return the row at $index |
51 | 51 | * @param int $index |
52 | - * @return \Ajax\semantic\html\collections\HtmlGridRow |
|
52 | + * @return \Ajax\common\html\HtmlDoubleElement |
|
53 | 53 | */ |
54 | 54 | public function getRow($index){ |
55 | 55 | return $this->getItem($index); |
@@ -16,6 +16,10 @@ discard block |
||
16 | 16 | class HtmlGridRow extends HtmlCollection{ |
17 | 17 | |
18 | 18 | private $_colSize; |
19 | + |
|
20 | + /** |
|
21 | + * @param string $identifier |
|
22 | + */ |
|
19 | 23 | public function __construct( $identifier,$numCols=NULL,$colSizing=false){ |
20 | 24 | parent::__construct( $identifier,"div"); |
21 | 25 | $this->setClass("row"); |
@@ -49,7 +53,7 @@ discard block |
||
49 | 53 | /** |
50 | 54 | * return the col at $index |
51 | 55 | * @param int $index |
52 | - * @return \Ajax\semantic\html\collections\HtmlGridCol |
|
56 | + * @return \Ajax\common\html\HtmlDoubleElement |
|
53 | 57 | */ |
54 | 58 | public function getCol($index){ |
55 | 59 | return $this->getItem($index); |