init() 공개 메소드

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