Completed
Push — scrutinizer ( c2ef4a )
by Fabio
21:50
created
framework/Web/UI/TClientScriptManager.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -215,6 +215,7 @@  discard block
 block discarded – undo
215 215
 
216 216
 	/**
217 217
 	 * @param string javascript package path.
218
+	 * @param string $base
218 219
 	 * @return array tuple($path,$url).
219 220
 	 */
220 221
 	protected function getPackagePathUrl($base)
@@ -496,6 +497,8 @@  discard block
 block discarded – undo
496 497
 	 * @param string a unique key identifying the hidden field
497 498
 	 * @param string|array hidden field value, if the value is an array, every element
498 499
 	 * in the array will be rendered as a hidden field value.
500
+	 * @param string $name
501
+	 * @param string $value
499 502
 	 */
500 503
 	public function registerHiddenField($name,$value)
501 504
 	{
@@ -735,6 +738,7 @@  discard block
 block discarded – undo
735 738
 
736 739
 	/**
737 740
 	 * @param THtmlWriter writer for the rendering purpose
741
+	 * @param boolean $initial
738 742
 	 */
739 743
 	protected function renderHiddenFieldsInt($writer, $initial)
740 744
  	{
@@ -799,6 +803,7 @@  discard block
 block discarded – undo
799 803
 	 * javascript statements.
800 804
 	 * @param string option name
801 805
 	 * @param string javascript statements.
806
+	 * @param string $name
802 807
 	 */
803 808
 	protected function setFunction($name, $code)
804 809
 	{
@@ -808,6 +813,7 @@  discard block
 block discarded – undo
808 813
 	}
809 814
 
810 815
 	/**
816
+	 * @param string $name
811 817
 	 * @return string gets a particular option, null if not set.
812 818
 	 */
813 819
 	protected function getOption($name)
Please login to merge, or discard this patch.