PHP Class N98\Magento\Command\Developer\Log\DbCommand

Inheritance: extends AbstractLogCommand
Datei anzeigen Open project: netz98/n98-magerun

Protected Methods

Method Description
_getDebugLogFilename ( ) : string
_getVarienAdapterPhpFile ( ) : string
_replaceVariable ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output, string $variable ) : void
configure ( )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : integer | void

Method Details

_getDebugLogFilename() protected method

protected _getDebugLogFilename ( ) : string
return string

_getVarienAdapterPhpFile() protected method

protected _getVarienAdapterPhpFile ( ) : string
return string

_replaceVariable() protected method

protected _replaceVariable ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output, string $variable ) : void
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface
$variable string
return void

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