PHP Class N98\Magento\Command\Database\Maintain\CheckTablesCommand

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

Protected Properties

Свойство Type Description
$allowedTypes array
$dbHelper N98\Util\Console\Helper\DatabaseHelper
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface
$showProgress boolean

Méthodes protégées

Méthode Description
_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 ( )

Method Details

_checkInnoDB() protected méthode

protected _checkInnoDB ( string $tableName ) : array
$tableName string
Résultat array

_checkMEMORY() protected méthode

protected _checkMEMORY ( string $tableName ) : array
$tableName string
Résultat array

_checkMyISAM() protected méthode

protected _checkMyISAM ( string $tableName ) : array
$tableName string
Résultat array

_query() protected méthode

protected _query ( string $sql ) : array | boolean
$sql string
Résultat array | boolean

_queryAlterTable() protected méthode

protected _queryAlterTable ( string $tableName, string $engine ) : array
$tableName string
$engine string
Résultat array

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

isTypeAllowed() protected méthode

protected isTypeAllowed ( )

progressAdvance() protected méthode

protected progressAdvance ( )

Property Details

$allowedTypes protected_oe property

protected array $allowedTypes
Résultat array

$dbHelper protected_oe property

protected DatabaseHelper,N98\Util\Console\Helper $dbHelper
Résultat N98\Util\Console\Helper\DatabaseHelper

$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

$showProgress protected_oe property

protected bool $showProgress
Résultat boolean