PHP 클래스 N98\Magento\Command\Database\Maintain\CheckTablesCommand

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

보호된 프로퍼티들

프로퍼티 타입 설명
$allowedTypes array
$dbHelper N98\Util\Console\Helper\DatabaseHelper
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface
$showProgress boolean

보호된 메소드들

메소드 설명
_checkInnoDB ( string $tableName ) : array
_checkMEMORY ( string $tableName ) : array
_checkMyISAM ( string $tableName ) : array
_query ( string $sql ) : array | boolean
_queryAlterTable ( string $tableName, string $engine ) : array
configure ( )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : integer | void
isTypeAllowed ( )
progressAdvance ( )

메소드 상세

_checkInnoDB() 보호된 메소드

protected _checkInnoDB ( string $tableName ) : array
$tableName string
리턴 array

_checkMEMORY() 보호된 메소드

protected _checkMEMORY ( string $tableName ) : array
$tableName string
리턴 array

_checkMyISAM() 보호된 메소드

protected _checkMyISAM ( string $tableName ) : array
$tableName string
리턴 array

_query() 보호된 메소드

protected _query ( string $sql ) : array | boolean
$sql string
리턴 array | boolean

_queryAlterTable() 보호된 메소드

protected _queryAlterTable ( string $tableName, string $engine ) : array
$tableName string
$engine 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

isTypeAllowed() 보호된 메소드

protected isTypeAllowed ( )

progressAdvance() 보호된 메소드

protected progressAdvance ( )

프로퍼티 상세

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

protected array $allowedTypes
리턴 array

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

protected DatabaseHelper,N98\Util\Console\Helper $dbHelper
리턴 N98\Util\Console\Helper\DatabaseHelper

$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

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

protected bool $showProgress
리턴 boolean