Alex\BehatLauncher\Behat\MysqlStorage::__construct PHP 메소드

__construct() 공개 메소드

public __construct ( Doctrine\DBAL\Connection $connection, $filesDir )
$connection Doctrine\DBAL\Connection
    public function __construct(Connection $connection, $filesDir)
    {
        $this->connection = $connection;
        $this->filesDir = $filesDir;
    }