2017 © Pedro Peláez
 

library spark-reflection

a simple tool to display class information.

image

sparklee/spark-reflection

a simple tool to display class information.

  • Wednesday, December 14, 2016
  • by SparkLee
  • Repository
  • 1 Watchers
  • 0 Stars
  • 31 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

SparkReflection

a simple tool to display class information., (*1)

Usage

just add the following code line to your app is ok., (*2)

1、show class reflection information using HTML format

\Sparklee\SparkReflection\Reflection::echoClassInfo("[class_name]");, (*3)

2、var_dump class reflection information

\Sparklee\SparkReflection\Reflection::echoClassInfo("[class_name]", 1);, (*4)

The Versions

14/12 2016

dev-master

9999999-dev

a simple tool to display class information.

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

01/11 2015

v1.0

1.0.0.0

a simple tool to display class information.

  Sources   Download

MIT

The Requires

  • php >=5.3.0