LazyRecord\Schema\Comparator::__construct PHP Méthode

__construct() public méthode

public __construct ( BaseDriver $driver )
$driver SQLBuilder\Driver\BaseDriver
    public function __construct(BaseDriver $driver)
    {
        $this->driver = $driver;
    }