PHP Класс Codeception\Command\DbSnapshot

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

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

Свойство Тип Описание
$dump MySQLDump
$pdoFactory tad\WPBrowser\Services\Db\MySQLDumpFactoryInterface

Открытые методы

Метод Описание
__construct ( $name = null, tad\WPBrowser\Services\Db\MySQLDumpFactoryInterface $pdoFactory = null, tad\WPBrowser\Filesystem\Filesystem $filesystem = null )
_getDumpTables ( ) : array Returns the MySQLDump::tables attribute.

Защищенные методы

Метод Описание
configure ( )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )

Описание методов

__construct() публичный Метод

public __construct ( $name = null, tad\WPBrowser\Services\Db\MySQLDumpFactoryInterface $pdoFactory = null, tad\WPBrowser\Filesystem\Filesystem $filesystem = null )
$pdoFactory tad\WPBrowser\Services\Db\MySQLDumpFactoryInterface
$filesystem tad\WPBrowser\Filesystem\Filesystem

_getDumpTables() публичный Метод

Used for internal check operations.
public _getDumpTables ( ) : array
Результат array

configure() защищенный Метод

protected configure ( )

execute() защищенный Метод

protected execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface

Описание свойств

$dump защищенное свойство

protected MySQLDump $dump
Результат MySQLDump

$pdoFactory защищенное свойство

protected MySQLDumpFactoryInterface,tad\WPBrowser\Services\Db $pdoFactory
Результат tad\WPBrowser\Services\Db\MySQLDumpFactoryInterface