Property | Type | Description | |
---|---|---|---|
$dump | MySQLDump | ||
$pdoFactory | tad\WPBrowser\Services\Db\MySQLDumpFactoryInterface |
Method | Description | |
---|---|---|
__construct ( $name = null, tad\WPBrowser\Services\Db\MySQLDumpFactoryInterface $pdoFactory = null, tad\WPBrowser\Filesystem\Filesystem $filesystem = null ) | ||
_getDumpTables ( ) : array | Returns the MySQLDump::tables attribute. |
Method | Description | |
---|---|---|
configure ( ) | ||
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) |
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 |
public _getDumpTables ( ) : array | ||
return | array |
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 |