Example #1
0
 public function onRender(EventInterface $e = null)
 {
     $e->stopPropagation(true);
     return $this->render();
 }