Download the PHP package jcstrandburg/extension-methods without Composer
On this page you can find all versions of the php package jcstrandburg/extension-methods. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download jcstrandburg/extension-methods
More information about jcstrandburg/extension-methods
Files in jcstrandburg/extension-methods
Download jcstrandburg/extension-methods
More information about jcstrandburg/extension-methods
Files in jcstrandburg/extension-methods
Vendor jcstrandburg
Package extension-methods
Short Description Extension method library
License MIT
Package extension-methods
Short Description Extension method library
License MIT
Please rate this library. Is it a good library?
Informations about the package extension-methods
ExtensionMethods
This library supports C# and kotlin style extension methods for any class that uses the Extensible
trait. This library differs from some other libraries in that it is not possible for extension methods to get access to private properties and methods, allowing library authors to maintain proper encapsulation.
Installing
composer require jcstrandburg\extension-methods
Usage
Version History
Unreleased
1.1
Changed
- Reworked internal implementation to fix several issues with inheritance. It is now possible to register extension methods for classes extending a base class with the
Extensible
trait even if the extending class itself doesn't have theExtensible
trait.
1.0
Added
Extensible
trait
All versions of extension-methods with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.0
The package jcstrandburg/extension-methods contains the following files
Loading the files please wait ....