Exemplo n.º 1
0
 public function __construct($data, $aCenterTitle = '')
 {
     parent::__construct($data);
     $this->midtitle = new Text\Text();
     $this->midtitle->ParagraphAlign('center');
 }