configure() 보호된 메소드

protected configure ( )
예제 #1
0
 protected function configure()
 {
     parent::configure();
     $this->setName("fix-composer-lock")->setDescription('Fixes composer lock real-paths with relative-paths');
 }
예제 #2
0
 protected function configure()
 {
     parent::configure();
     $this->setName("symlink")->setDescription('Symlinks internal packages to vendors');
 }
예제 #3
0
 protected function configure()
 {
     parent::configure();
     $this->setName("update")->setDescription('Updates the artifacts within the artifacts repository');
 }