init() public method

public init ( )
Esempio n. 1
0
 /**
  * {@inheritdoc}
  */
 public function init()
 {
     $output = parent::init();
     if ($this->config->has('component-baseurl')) {
         $this->baseUrl = $this->config->get('component-baseurl');
     }
     return $output;
 }
Esempio n. 2
0
 public function init()
 {
     $output = parent::init();
     $this->installationManager = $this->composer->getInstallationManager();
     return $output;
 }