mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-03 05:48:11 +08:00
api doc improvements
This commit is contained in:
@ -31,7 +31,7 @@ class Widget extends Component implements ViewContextInterface
|
||||
public static $counter = 0;
|
||||
/**
|
||||
* @var string the prefix to the automatically generated widget IDs.
|
||||
* @see [[getId()]]
|
||||
* @see getId()
|
||||
*/
|
||||
public static $autoIdPrefix = 'w';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user