Completed
Push — master ( cac30c...ca9f6a )
by Jean-Christophe
01:57
created
Ubiquity/controllers/crud/CRUDController.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -253,6 +253,9 @@  discard block
 block discarded – undo
253 253
 
254 254
 	}
255 255
 	
256
+	/**
257
+	 * @param string $url
258
+	 */
256 259
 	public function detailClick($url) {
257 260
 		$this->jquery->postOnClick(".showTable", $this->_getBaseRoute() . "/".$url,"{}", "#divTable", [ "attr" => "data-ajax","ajaxTransition" => "random" ]);
258 261
 	}
@@ -318,6 +321,9 @@  discard block
 block discarded – undo
318 321
 		return $this->getSingleton($this->events,"getEvents");
319 322
 	}
320 323
 	
324
+	/**
325
+	 * @param string $method
326
+	 */
321 327
 	private function getSingleton($value, $method) {
322 328
 		if (! isset ( $value )) {
323 329
 			$value = $this->$method ();
Please login to merge, or discard this patch.