@@ -15,6 +15,7 @@ |
||
15 | 15 | * {@inheritdoc} |
16 | 16 | * |
17 | 17 | * @see \Ajax\semantic\widgets\dataform\DataForm::__construct() |
18 | + * @param string $identifier |
|
18 | 19 | */ |
19 | 20 | public function __construct($identifier,$modelInstance=null,$fieldsOrder,$fieldsDefinition,$fields=[],$captions=[],$separators=[]) { |
20 | 21 | if(!isset($modelInstance)){ |
@@ -121,6 +121,10 @@ |
||
121 | 121 | $this->content[$this->_toolbarPosition]=$this->_toolbar; |
122 | 122 | } |
123 | 123 | |
124 | + /** |
|
125 | + * @param integer $index |
|
126 | + * @param string $title |
|
127 | + */ |
|
124 | 128 | public function addDividerBefore($index,$title){ |
125 | 129 | $index=$this->_getIndex($index); |
126 | 130 | $this->_instanceViewer->addHeaderDividerBefore($index, $title); |