Example #1
0
 public function initialize(IConfigParameter $configuration)
 {
     $this->_common_config($configuration);
     $this->_autoStart = $configuration->get('autoStart');
     if ($this->_autoStart === true) {
         $this->open();
     }
     Project::setSession($this);
 }