RemindCompareManager implements CompareManager
Table of Contents
Interfaces
Methods
- __construct() : mixed
- createInstance() : RemindCompareManager
- getDiff() : array<string|int, Property>
- getDiffCollection() : RemindCollection
- hasDiff() : bool
- isEqual() : bool
Methods
__construct()
public
__construct(RemindCollection $currentCollection, RemindCollection $originalCollection) : mixed
Parameters
- $currentCollection : RemindCollection
- $originalCollection : RemindCollection
createInstance()
public
static createInstance(RemindCollection $currentCollection, RemindCollection $originalCollection) : RemindCompareManager
Parameters
- $currentCollection : RemindCollection
- $originalCollection : RemindCollection
Return values
RemindCompareManagergetDiff()
public
getDiff() : array<string|int, Property>
Return values
array<string|int, Property>getDiffCollection()
public
getDiffCollection() : RemindCollection
Return values
RemindCollectionhasDiff()
public
hasDiff() : bool
Return values
boolisEqual()
public
isEqual() : bool