PHP Класс N98\Magento\Command\Developer\Log\DbCommand

Наследование: extends AbstractLogCommand
Показать файл Открыть проект

Защищенные методы

Метод Описание
_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

Описание методов

_getDebugLogFilename() защищенный метод

protected _getDebugLogFilename ( ) : string
Результат string

_getVarienAdapterPhpFile() защищенный метод

protected _getVarienAdapterPhpFile ( ) : string
Результат string

_replaceVariable() защищенный метод

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
Результат void

configure() защищенный метод

protected configure ( )

execute() защищенный метод

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
Результат integer | void