Part V. Developer Guide

API API

Reflect comes with a complete reflection API, almost equivalent to PHP5 reflection.

See Chapter 17, API

Plugins Plugins

Reflect uses a Symfony EventDispatcher Component to allow you to easily extend the features list.

See Chapter 18, Plugins

  • Use cache plugin to speed up future data source parsing.

Analysers Analysers

Reflect uses analysers that implements the Visitor pattern in a simple and effective way to make the render of your results truly customizable.

See ???