PHP Класс N98\Magento\Command\Database\Maintain\CheckTablesCommand

Наследование: extends N98\Magento\Command\AbstractMagentoCommand
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$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