コード例 #1
0
 public function __construct($a_title = "", $a_postvar = "", $graphical_output = false)
 {
     parent::__construct($a_title, $a_postvar);
     $this->graphical_output = (bool) $graphical_output;
 }