Exemplo n.º 1
0
 function showContent()
 {
     parent::showContent();
     return false;
 }
Exemplo n.º 2
0
 function __construct($out, $viewer)
 {
     parent::__construct($out);
     $this->viewer = $viewer;
 }