public function __construct()
 {
     if (!php_Boot::$skip_constructor) {
         parent::__construct();
         $this->updaterChain = new _hx_array(array());
         $this->updaterChain->push(new com_wiris_plugin_impl_DefaultConfigurationUpdater());
         $ci = new com_wiris_plugin_impl_ConfigurationImpl();
         $this->configuration = $ci;
         $ci->setPluginBuilderImpl($this);
     }
 }