api doc improvements

This commit is contained in:
Carsten Brandt
2014-03-08 14:20:19 +01:00
parent c815d0cef7
commit 595f55c504
5 changed files with 17 additions and 11 deletions

View File

@ -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';