mirror of
https://github.com/yiisoft/yii.git
synced 2026-03-09 17:46:55 +01:00
Fixed some typos in PHPdoc
This commit is contained in:
@@ -123,7 +123,7 @@ class CClientScript extends CApplicationComponent
|
||||
* This method is called in {@link CController::render} when it finishes
|
||||
* rendering content. CClientScript thus gets a chance to insert script tags
|
||||
* at <code>head</code> and <code>body</code> sections in the HTML output.
|
||||
* @param string &$output the existing output that needs to be inserted with script tags
|
||||
* @param string $output the existing output that needs to be inserted with script tags
|
||||
*/
|
||||
public function render(&$output)
|
||||
{
|
||||
@@ -234,7 +234,7 @@ class CClientScript extends CApplicationComponent
|
||||
|
||||
/**
|
||||
* Inserts the scripts in the head section.
|
||||
* @param string &$output the output to be inserted with scripts.
|
||||
* @param string $output the output to be inserted with scripts.
|
||||
*/
|
||||
public function renderHead(&$output)
|
||||
{
|
||||
@@ -272,7 +272,7 @@ class CClientScript extends CApplicationComponent
|
||||
|
||||
/**
|
||||
* Inserts the scripts at the beginning of the body section.
|
||||
* @param string &$output the output to be inserted with scripts.
|
||||
* @param string $output the output to be inserted with scripts.
|
||||
*/
|
||||
public function renderBodyBegin(&$output)
|
||||
{
|
||||
@@ -298,7 +298,7 @@ class CClientScript extends CApplicationComponent
|
||||
|
||||
/**
|
||||
* Inserts the scripts at the end of the body section.
|
||||
* @param string &$output the output to be inserted with scripts.
|
||||
* @param string $output the output to be inserted with scripts.
|
||||
*/
|
||||
public function renderBodyEnd(&$output)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user