All notable changes to Make/Accessible will be documented in this file.
Internal improvements.
Internal improvements.
Added new functionality:
Now you can also make a singleton instances accessible by using:
$instance = Make::accessibleInstance(Singleton::class);
Some internal improvements.
Added new functionality:
Now you can also test singleton instances easily by using:
$instance = Make::instance(Singleton::class);
Renamed package from e200/makeaccessible
to make/accessible
.
Changed the way we check if a member is public or not.
Changed method MakeAccessible::make()
to Make::accessible()
.
First release.