Skip to content

Magic Class v1.0.0

Compare
Choose a tag to compare
@linhntaim linhntaim released this 30 Oct 15:31
· 3 commits to master since this release
  • 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.