Completed
Push — master ( 138cdf...e53430 )
by Jean-Christophe
03:16
created
Ajax/semantic/widgets/business/BusinessForm.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -15,6 +15,7 @@
 block discarded – undo
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)){
Please login to merge, or discard this patch.
Ajax/semantic/widgets/dataform/DataForm.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -121,6 +121,10 @@
 block discarded – undo
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);
Please login to merge, or discard this patch.