2017 © Pedro Peláez
 

library object-examiner

Recursively shows public methods and properties of an object

image

mario-legenda/object-examiner

Recursively shows public methods and properties of an object

  • Tuesday, October 27, 2015
  • by MarioLegenda
  • Repository
  • 1 Watchers
  • 0 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Object examiner

Prints objects public methods. If that object has properties that are also objects, it prints their methods too. Useful if you have an object that is constructed out of a string and you can't find it., (*1)

Usage

ObjectExaminer::init()->examine($object);, (*2)

That is it. It will var_dump objects methods and kills the script., (*3)

The Versions

27/10 2015

dev-master

9999999-dev

Recursively shows public methods and properties of an object

  Sources   Download

MIT

The Development Requires

27/10 2015

1.0.0

1.0.0.0

Recursively shows public methods and properties of an object

  Sources   Download

MIT

The Development Requires