PartKeepr\SetupBundle\Command\ImportFootprintsCommand::configure PHP 메소드

configure() 공개 메소드

public configure ( )
    public function configure()
    {
        parent::configure();
        $this->setName('partkeepr:setup:import-footprints');
        $this->setDescription('Imports the default PartKeepr footprints');
    }
ImportFootprintsCommand