Object interface is shared across all Active Collab objects and helps us identify them

Installs: 62 208

Dependents: 2

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

pkg:composer/activecollab/object

1.0.0 2016-07-14 19:59 UTC

This package is auto-updated.

Last update: 2025-10-05 03:25:49 UTC


README

Build Status

ActiveCollab\Object\ObjectInterface interface defines methods that we can use to identify and compare objects:

  1. getId()
  2. is()

We extracted it in a package when we got a situation when we had these methods specified in more than two places, as parts of different interfaces.