| @@ -66,7 +66,7 @@ | ||
| 66 | 66 | /** | 
| 67 | 67 | * No client class for this control. | 
| 68 | 68 | * This method overrides the parent implementation. | 
| 69 | - * @return null no javascript class name. | |
| 69 | + * @return string no javascript class name. | |
| 70 | 70 | */ | 
| 71 | 71 | protected function getClientClassName() | 
| 72 | 72 |  	{ | 
| @@ -70,7 +70,7 @@ | ||
| 70 | 70 | /** | 
| 71 | 71 | * Javascript client class for this control. | 
| 72 | 72 | * This method overrides the parent implementation. | 
| 73 | - * @return null no javascript class name. | |
| 73 | + * @return string no javascript class name. | |
| 74 | 74 | */ | 
| 75 | 75 | protected function getClientClassName() | 
| 76 | 76 |  	{ | 
| @@ -56,7 +56,7 @@ | ||
| 56 | 56 | } | 
| 57 | 57 | |
| 58 | 58 | /** | 
| 59 | - * @return array list of trigger callback options. | |
| 59 | + * @return string list of trigger callback options. | |
| 60 | 60 | */ | 
| 61 | 61 | protected function getTriggerOptions() | 
| 62 | 62 |  	{ | 
| @@ -158,6 +158,9 @@ | ||
| 158 | 158 |  		$this->triggerClientMethod('close'); | 
| 159 | 159 | } | 
| 160 | 160 | |
| 161 | + /** | |
| 162 | + * @param string $method | |
| 163 | + */ | |
| 161 | 164 | private function triggerClientMethod($method) | 
| 162 | 165 |  	{ | 
| 163 | 166 | $cs = $this->getPage()->getClientScript(); | 
| @@ -55,7 +55,7 @@ | ||
| 55 | 55 | |
| 56 | 56 | /** | 
| 57 | 57 | * Returns an array of javascript validator options. | 
| 58 | - * @return array javascript validator options. | |
| 58 | + * @return boolean javascript validator options. | |
| 59 | 59 | */ | 
| 60 | 60 | public function evaluateIsValid() | 
| 61 | 61 |  	{ | 
| @@ -49,7 +49,7 @@ | ||
| 49 | 49 | } | 
| 50 | 50 | |
| 51 | 51 | /** | 
| 52 | - * @return Tells whether buffering of output can continue after this point | |
| 52 | + * @return boolean whether buffering of output can continue after this point | |
| 53 | 53 | */ | 
| 54 | 54 | public function getContinueBuffering() | 
| 55 | 55 |  	{ | 
| @@ -118,7 +118,7 @@ | ||
| 118 | 118 | } | 
| 119 | 119 | |
| 120 | 120 | /** | 
| 121 | - * @return ITemplate the item template | |
| 121 | + * @return string the item template | |
| 122 | 122 | */ | 
| 123 | 123 | public function getItemTemplate() | 
| 124 | 124 |  	{ | 
| @@ -77,7 +77,7 @@ | ||
| 77 | 77 | } | 
| 78 | 78 | |
| 79 | 79 | /** | 
| 80 | - * @return rpc server instance | |
| 80 | + * @return TRpcServer server instance | |
| 81 | 81 | */ | 
| 82 | 82 | public function getRpcServer() | 
| 83 | 83 |  	{ | 
| @@ -87,7 +87,7 @@ | ||
| 87 | 87 | |
| 88 | 88 | /** | 
| 89 | 89 | * Creates a control used for repetition (used as a template). | 
| 90 | - * @return TControl the control to be repeated | |
| 90 | + * @return TActiveCheckBoxListItem the control to be repeated | |
| 91 | 91 | */ | 
| 92 | 92 | protected function createRepeatedControl() | 
| 93 | 93 |  	{ |