Releases: linhntaim/magic-class
Releases · linhntaim/magic-class
Magic Class v1.1.0
Magic Class v1.0.0
- Features:
- Magic methods:
__set
,__get
,__call
,__invoke
,__has
,__delete
.- Magic method chaining is supported.
- Magic static methods:
__set
,__get
,__call
,__has
,__delete
,__instance
,__singleton
.- Magic static method chaining is supported.
- Prototype operations work normally as usual.
- Strict mode:
on
: (default) Throws error in some cases.off
: Takes default actions and not throws error.
- Magic methods: