Browse Source

Modified phpdoc

tags/2.0.0-beta
Alexander Makarov 11 years ago
parent
commit
a2dca09e71
  1. 1
      framework/base/Widget.php

1
framework/base/Widget.php

@ -148,6 +148,7 @@ class Widget extends Component implements ViewContextInterface
/**
* Executes the widget.
* @return string the result of widget execution to be outputted.
*/
public function run()
{

Loading…
Cancel
Save