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');
 }