PHP Class KJ\Magento\Command\Customer\AnonymizeCommand

Inheritance: extends N98\Magento\Command\AbstractMagentoCommand
Afficher le fichier Open project: kalenjordan/magerun-addons

Protected Properties

Свойство Type Description
$_input Symfony\Component\Console\Input\InputInterface
$_output Symfony\Component\Console\Output\OutputInterface

Méthodes protégées

Méthode Description
_anonymizeTable ( $table, $emailColumn )
_getTables ( )
configure ( )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : integer | void

Method Details

_anonymizeTable() protected méthode

protected _anonymizeTable ( $table, $emailColumn )

_getTables() protected méthode

protected _getTables ( )

configure() protected méthode

protected configure ( )

execute() protected méthode

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
Résultat integer | void

Property Details

$_input protected_oe property

protected InputInterface,Symfony\Component\Console\Input $_input
Résultat Symfony\Component\Console\Input\InputInterface

$_output protected_oe property

protected OutputInterface,Symfony\Component\Console\Output $_output
Résultat Symfony\Component\Console\Output\OutputInterface