lazyrecord\schema\Comparator::__construct PHP Method

__construct() public method

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