Completed
Push — master ( 349ff5...40080a )
by Jean-Christophe
03:11
created
Ajax/semantic/widgets/ListView.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -13,6 +13,10 @@
 block discarded – undo
13 13
 		parent::run($js);
14 14
 	}
15 15
 
16
+	/**
17
+	 * @param string $identifier
18
+	 * @param string $model
19
+	 */
16 20
 	public function __construct($identifier,$model,$modelInstance=NULL) {
17 21
 		parent::__construct($identifier, $model,$modelInstance);
18 22
 		$this->_instanceViewer=new InstanceViewer();
Please login to merge, or discard this patch.