LazyRecord\TableStatus\MySQLTableStatus::__construct PHP Method

__construct() public method

public __construct ( PDO $connection, SQLBuilder\Driver\PDOMySQLDriver $driver )
$connection PDO
$driver SQLBuilder\Driver\PDOMySQLDriver
    public function __construct(PDO $connection, PDOMySQLDriver $driver)
    {
        $this->connection = $connection;
        $this->driver = $driver;
    }