PHP Class KJ\Magento\Command\Customer\AnonymizeCommand

Inheritance: extends N98\Magento\Command\AbstractMagentoCommand
Datei anzeigen Open project: kalenjordan/magerun-addons

Protected Properties

Property Type Description
$_input Symfony\Component\Console\Input\InputInterface
$_output Symfony\Component\Console\Output\OutputInterface

Protected Methods

Method 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 method

protected _anonymizeTable ( $table, $emailColumn )

_getTables() protected method

protected _getTables ( )

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

Property Details

$_input protected_oe property

protected InputInterface,Symfony\Component\Console\Input $_input
return Symfony\Component\Console\Input\InputInterface

$_output protected_oe property

protected OutputInterface,Symfony\Component\Console\Output $_output
return Symfony\Component\Console\Output\OutputInterface