/**
  * Constructor.
  */
 public function __construct()
 {
     parent::__construct();
     // Load config
     $this->config = plugin_load('helper', 'odt_config');
     $this->config->load($warning);
 }
Exemplo n.º 2
0
 /**
  * Constructor.
  */
 public function __construct()
 {
     parent::__construct();
     $this->settings = new ODTSettings();
     // Create styles.
     $this->styleset = new ODTDefaultStyles();
     $this->styleset->import();
 }
Exemplo n.º 3
0
 /**
  * Constructor.
  */
 public function __construct()
 {
     parent::__construct();
     $this->settings = new ODTSettings();
     $this->factory = plugin_load('helper', 'odt_stylefactory');
     // Create default styles (from styles.xml).
     $this->styleset = new ODTDefaultStyles();
     $this->styleset->import();
 }
 /**
  * Constructor.
  */
 public function __construct()
 {
     parent::__construct();
     // Load config
     $this->config = plugin_load('helper', 'odt_config');
     $this->config->load($warning);
     // Create styles.
     $this->styleset = new ODTDefaultStyles();
     $this->styleset->import();
 }
 /**
  * Constructor.
  */
 public function __construct()
 {
     parent::__construct();
     $this->settings = new ODTSettings();
 }
 /**
  * Constructor.
  */
 public function __construct()
 {
     parent::__construct();
 }