PHP Class Hypernode\Magento\Command\Hypernode\Patches\ListCommand

Inheritance: extends Hypernode\Magento\Command\AbstractHypernodeCommand
Show file Open project: Hypernode/hypernode-magerun

Protected Methods

Method Description
_loadPatchFile ( ) : void Use to load the patches array with applied patches.
configure ( )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : integer | void

Method Details

_loadPatchFile() protected method

Use to load the patches array with applied patches.
protected _loadPatchFile ( ) : void
return void Thanks @philwinkle - https://github.com/philwinkle/Philwinkle_AppliedPatches/

configure() protected method

protected configure ( )

execute() protected method

protected execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : integer | void
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface
return integer | void