PHP Class lazyrecord\schema\Comparator

Afficher le fichier Open project: corneltek/lazyrecord Class Usage Examples

Protected Properties

Свойство Type Description
$driver

Méthodes publiques

Méthode Description
__construct ( BaseDriver $driver )
compare ( SchemaInterface $before, SchemaInterface $after ) compare two schemas.

Method Details

__construct() public méthode

public __construct ( BaseDriver $driver )
$driver SQLBuilder\Driver\BaseDriver

compare() public méthode

compare two schemas.
public compare ( SchemaInterface $before, SchemaInterface $after )
$before SchemaInterface schema before
$after SchemaInterface new schema

Property Details

$driver protected_oe property

protected $driver