PHP Класс N98\Magento\Command\Config\DeleteCommand

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

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

Метод Описание
_deletePath ( Symfony\Component\Console\Input\InputInterface $input, string $path, string $scopeId ) : array
configure ( )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : integer | void

Приватные методы

Метод Описание
deleteConfigEntry ( string $path, string $scope, integer $scopeId ) : array Delete concrete entry from config table specified by path, scope and scope-id
expandPathPattern ( $input, string $pattern ) : array

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

_deletePath() защищенный Метод

protected _deletePath ( Symfony\Component\Console\Input\InputInterface $input, string $path, string $scopeId ) : array
$input Symfony\Component\Console\Input\InputInterface
$path string
$scopeId string
Результат array

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