/** * Runs widget */ public function run() { parent::run(); }
/** * Runs widget */ public function run() { return parent::run(); }