Skip to content

Releases: SachinAgarwal1337/Php-reflection-deflector

Bug Fix

21 Jun 07:32
Compare
Choose a tag to compare

Bug Fixed:

Check for presence of reflection object for multiple reflections.

Reflect Multiple Classes

11 Jun 12:03
Compare
Choose a tag to compare

Added:

  • Reflecting Multiple Classes at same time.

Bug Fix

02 Jun 22:00
Compare
Choose a tag to compare

Fixed:

Regex patter for preg_match in is() method

Bug Fixes

02 Jun 21:48
Compare
Choose a tag to compare

Fixed:

returning value of called method.

Version 1.0.1

02 Jun 21:46
Compare
Choose a tag to compare

Added:

  • get($name, $value)
  • get{Property} = $value

Version 1.0

30 May 20:55
Compare
Choose a tag to compare

Contains:

  • reflect($classObj);
  • on($classObj);
  • call($method, $arguments = []);
  • call{Method}($arguments = []);
  • get($property);
  • get{Property};