Download the PHP package alpa/tools_sucker without Composer
On this page you can find all versions of the php package alpa/tools_sucker. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download alpa/tools_sucker
More information about alpa/tools_sucker
Files in alpa/tools_sucker
Download alpa/tools_sucker
More information about alpa/tools_sucker
Files in alpa/tools_sucker
Vendor alpa
Package tools_sucker
Short Description For unit testing. The sucker for classes and objects to call private methods.
License MIT
Package tools_sucker
Short Description For unit testing. The sucker for classes and objects to call private methods.
License MIT
Please rate this library. Is it a good library?
Informations about the package tools_sucker
# Sucker
For unit testing. The sucker for classes and objects to call private methods.
The component provides access to private properties of an object / class.
Install
composer require alpa/tools_sucker:1.0.*
Preface
Let's create classes for examples.
syntactic sugar
There are 3 ways (API) to use the component.
1 way - if you need efficiency and a minimum of executable code under the hood.
2 way - Wrapper pattern. Improves the previous solution.
3 way - Proxy. syntactic sugar.
Basic principle
The code implements the following principle:
Get value properties
Set value to properties.
Check (isset) property
Unset property
Iterate properties
Call methods
Sandbox
All versions of tools_sucker with dependencies
PHP Build Version
Package Version
The package alpa/tools_sucker contains the following files
Loading the files please wait ...