PHP Classes

File: .changelog/CHANGELOG-0.2.0.md

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

Contents

Class file image Download

Release 0.2.0

Make child objects inherit parent's extension methods.

Changed

  • `NorseBlue\ExtensibleObjects\Traits\HandlesExtensionMethod` trait now takes into account if the object is extending a class that implements the `NorseBlue\ExtensibleObjects\Contracts\Extensible` contract and has registered extension methods and makes them available to the child class (#1).
  • Improved the messages of the exception being thrown, they now include the extension that could not be registered.
  • Improved the README file.

Previous: Release 0.1.0