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