run() public méthode

Runs the widget.
public run ( ) : string
Résultat string rendered HTML.
Exemple #1
0
 /**
  * @inheritdoc
  */
 public function run()
 {
     if (count($this->getClients()) == 0) {
         return;
     } else {
         return parent::run();
     }
 }