コード例 #1
0
 function showContent()
 {
     parent::showContent();
     return false;
 }
コード例 #2
0
 function __construct($out, $viewer)
 {
     parent::__construct($out);
     $this->viewer = $viewer;
 }