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

1.0.0 2016-07-14 19:59 UTC

This package is auto-updated.

Last update: 2024-04-05 00:16: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.