Completed
Push — master ( aa0ebb...030ef0 )
by Jean-Christophe
03:09
created
Ajax/semantic/html/collections/form/traits/FormTrait.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -48,6 +48,9 @@
 block discarded – undo
48 48
 		return $this->_buttonAsSubmit($bt, "click",$url,$responseElement);
49 49
 	}
50 50
 
51
+	/**
52
+	 * @param string $event
53
+	 */
51 54
 	protected function _buttonAsSubmit($button,$event,$url,$responseElement=NULL){
52 55
 		$form=$this->getForm();
53 56
 		if(isset($url) && isset($responseElement)){
Please login to merge, or discard this patch.