Prototyped variant of DAO synchronizer. More...
Public Member Functions | |
setMaster (GenericDAO $master) | |
setSlave (GenericDAO $slave) | |
Static Public Member Functions | |
static | create () |
Protected Member Functions | |
sync ($old, $object) | |
changed ($old, $object, $properties) |
Prototyped variant of DAO synchronizer.
Definition at line 17 of file DaoSynchronizer.class.php.
DaoSynchronizer::changed | ( | $ | old, | |
$ | object, | |||
$ | properties | |||
) | [protected] |
Definition at line 80 of file DaoSynchronizer.class.php.
References sync().
Referenced by sync().
static DaoSynchronizer::create | ( | ) | [static] |
Reimplemented from CustomizableDaoSynchronizer.
Definition at line 22 of file DaoSynchronizer.class.php.
DaoSynchronizer::setMaster | ( | GenericDAO $ | master | ) |
Reimplemented from CustomizableDaoSynchronizer.
Definition at line 30 of file DaoSynchronizer.class.php.
References Assert::isInstance().
DaoSynchronizer::setSlave | ( | GenericDAO $ | slave | ) |
Reimplemented from CustomizableDaoSynchronizer.
Definition at line 40 of file DaoSynchronizer.class.php.
References Assert::isInstance().
DaoSynchronizer::sync | ( | $ | old, | |
$ | object | |||
) | [protected] |
Reimplemented from CustomizableDaoSynchronizer.
Definition at line 47 of file DaoSynchronizer.class.php.
References changed().
Referenced by changed().