Fix spelling in documentation and add missing/invalid documentation [skip ci]

This commit is contained in:
Armano
2016-07-19 13:01:14 +02:00
committed by Alexander Makarov
parent 208d1150b5
commit 26368deace
26 changed files with 56 additions and 9 deletions

View File

@@ -679,6 +679,7 @@ class CClientScript extends CApplicationComponent
* @param array $htmlOptions additional HTML attributes
* Note: HTML attributes are not allowed for script positions "CClientScript::POS_LOAD" and "CClientScript::POS_READY".
* @return static the CClientScript object itself (to support method chaining, available since version 1.1.5).
* @throws CException
*/
public function registerScript($id,$script,$position=null,array $htmlOptions=array())
{