PHP Classes

File: .changelog/CHANGELOG-2.0.0.md

Recommend this page to a friend!
  Packages of Axel Pardemann   PHP Objects Extensions   .changelog/CHANGELOG-2.0.0.md   Download  
File: .changelog/CHANGELOG-2.0.0.md
Role: Auxiliary data
Content type: text/markdown
Description: Auxiliary data
Class: PHP Objects Extensions
Add functions to objects using another class
Author: By
Last change:
Date: 9 months ago
Size: 717 bytes
 

Contents

Class file image Download

Release 2.0.0

We've taken out some responsibilities of this package and placed them into its own package to lighten it up.

Changed :slot_machine:

  • The `Creatable` way of instancing an object takes again precedence over the direct constructor usage. This shouldn't be a problem because underneath the `create` method handles the constructor call correctly for us.

Removed :fire:

  • The `Creatable` contract was moved to its own package norse-blue/creatable-objects. :boom: This is a BC change for code depending on this package.
  • The `ClassConstructorAccessibleResolver` class is no longer needed.

Previous: Release 1.0.0