mirror of
https://github.com/yiisoft/yii.git
synced 2026-03-20 23:16:52 +01:00
Fix spelling in documentation and add missing/invalid documentation [skip ci]
This commit is contained in:
committed by
Alexander Makarov
parent
208d1150b5
commit
26368deace
@@ -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())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user