PHP Classes

File: .changelog/CHANGELOG-0.4.1.md

Recommend this page to a friend!
  Packages of Axel Pardemann   PHP Objects Extensions   .changelog/CHANGELOG-0.4.1.md   Download  
File: .changelog/CHANGELOG-0.4.1.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: 531 bytes
 

Contents

Class file image Download

Release 0.4.1

Small improvements

Added

  • A `Creatable` interface to handle extensible objects with private/protected constructors. Now the extensions can be registered to them.

Changed

  • The `static::$extensions` declaration in each of the extensible classes is not needed anymore. Note: You are still encouraged to add the static property to each of your child classes, as this allows them to be handled in their own static property instead of a shared one.

Previous: Release 0.4.0