PHP Class Shopware\Plugin\Command\ZipLocalCommand

Class ZipCommand
Inheritance: extends ShopwareCli\Command\BaseCommand
Afficher le fichier Open project: shopwarelabs/sw-cli-tools

Protected Properties

Свойство Type Description
$utilities
$zipDir

Méthodes publiques

Méthode Description
doZip ( string $pluginDirectory )
validatePluginDir ( string $dir )

Méthodes protégées

Méthode Description
configure ( )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
getTempDir ( )
getZipDir ( )
initialize ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )

Method Details

configure() protected méthode

protected configure ( )

doZip() public méthode

public doZip ( string $pluginDirectory )
$pluginDirectory string

execute() protected méthode

protected execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface

getTempDir() protected méthode

protected getTempDir ( )

getZipDir() protected méthode

protected getZipDir ( )

initialize() protected méthode

protected initialize ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface

validatePluginDir() public méthode

public validatePluginDir ( string $dir )
$dir string

Property Details

$utilities protected_oe property

protected $utilities

$zipDir protected_oe property

protected $zipDir