run() public method

Executes the widget.
public run ( ) : string
return string the result of widget execution to be outputted.
 /**
  * Executes the widget.
  *
  * @return string the rendered markup.
  */
 public function run()
 {
     return parent::run();
 }