PHP 클래스 Codeception\Command\DbSnapshot

상속: extends tad\Codeception\Command\BaseCommand
파일 보기 프로젝트 열기: lucatume/wp-browser

보호된 프로퍼티들

프로퍼티 타입 설명
$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