Exemplo n.º 1
0
 /**
  * Constructor.
  * This method sets the foreground color to red.
  */
 public function __construct()
 {
     parent::__construct();
     $this->setForeColor('red');
 }