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

Maintainers

Package info

github.com/activecollab/object

Homepage

pkg:composer/activecollab/object

Statistics

Installs: 66 002

Dependents: 2

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.0 2016-07-14 19:59 UTC

This package is auto-updated.

Last update: 2026-03-05 04:24:50 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.