Browse Source

Fix some references to removed Html::url in phpdoc

tags/2.0.0-beta
Christophe BOULAIN 11 years ago
parent
commit
9de1bbeeb9
  1. 2
      NavBar.php

2
NavBar.php

@ -61,7 +61,7 @@ class NavBar extends Widget
*/ */
public $brandLabel; public $brandLabel;
/** /**
* @param array|string $url the URL for the brand's hyperlink tag. This parameter will be processed by [[Html::url()]] * @param array|string $url the URL for the brand's hyperlink tag. This parameter will be processed by [[Url::to()]]
* and will be used for the "href" attribute of the brand link. If not set, [[\yii\web\Application::homeUrl]] will be used. * and will be used for the "href" attribute of the brand link. If not set, [[\yii\web\Application::homeUrl]] will be used.
*/ */
public $brandUrl; public $brandUrl;

Loading…
Cancel
Save