PHP 클래스 KJ\Magento\Command\Customer\AnonymizeCommand

상속: extends N98\Magento\Command\AbstractMagentoCommand
파일 보기 프로젝트 열기: kalenjordan/magerun-addons

보호된 프로퍼티들

프로퍼티 타입 설명
$_input Symfony\Component\Console\Input\InputInterface
$_output Symfony\Component\Console\Output\OutputInterface

보호된 메소드들

메소드 설명
_anonymizeTable ( $table, $emailColumn )
_getTables ( )
configure ( )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : integer | void

메소드 상세

_anonymizeTable() 보호된 메소드

protected _anonymizeTable ( $table, $emailColumn )

_getTables() 보호된 메소드

protected _getTables ( )

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

프로퍼티 상세

$_input 보호되어 있는 프로퍼티

protected InputInterface,Symfony\Component\Console\Input $_input
리턴 Symfony\Component\Console\Input\InputInterface

$_output 보호되어 있는 프로퍼티

protected OutputInterface,Symfony\Component\Console\Output $_output
리턴 Symfony\Component\Console\Output\OutputInterface