presentkim / accessor
Library that provides a way to access non-public elements
1.2.1
2022-10-12 06:30 UTC
Requires
- php: ^7.3
README
Library that provides a way to access non-public elements
📋 Table of Contents
📖 Introduction
Accessing private or protected elements is quite annoying.
Use \ReflectionClas to access the element, also annoying having to setValue again.
The Accessor class of this library provides easiest way to access like public elements.
📦 Downloads:
1. Modern PHP developer
You can use this library with composer.
- Go to Packagist
2. PMMP plguin developer
You can use this library with poggit.
- Go to Poggit
📝 License
You can check out the full license here
This project is licensed under the terms of the MIT license