PHP Class Shopware\Plugin\Command\ZipLocalCommand

Class ZipCommand
Inheritance: extends ShopwareCli\Command\BaseCommand
Show file Open project: shopwarelabs/sw-cli-tools

Protected Properties

Property Type Description
$utilities
$zipDir

Public Methods

Method Description
doZip ( string $pluginDirectory )
validatePluginDir ( string $dir )

Protected Methods

Method 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 method

protected configure ( )

doZip() public method

public doZip ( string $pluginDirectory )
$pluginDirectory string

execute() protected method

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 method

protected getTempDir ( )

getZipDir() protected method

protected getZipDir ( )

initialize() protected method

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 method

public validatePluginDir ( string $dir )
$dir string

Property Details

$utilities protected property

protected $utilities

$zipDir protected property

protected $zipDir