PHP Class N98\Magento\Command\SelfUpdateCommand

Author: Igor Wiedler ([email protected])
Author: Christian Münch ([email protected])
Inheritance: extends AbstractMagentoCommand
Datei anzeigen Open project: netz98/n98-magerun

Public Methods

Method Description
isEnabled ( ) : boolean

Protected Methods

Method Description
_exit ( ) : void Stop execution
configure ( )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )

Method Details

_exit() protected method

This is a workaround to prevent warning of dispatcher after replacing the phar file.
protected _exit ( ) : void
return void

configure() protected method

protected configure ( )

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

isEnabled() public method

public isEnabled ( ) : boolean
return boolean