module Cruml::Reflection
Overview
A reflection consists of retrieving infos on classes,
which contain infos on instance variables, methods and arguments.
This reflection principle is inspired by the Reflection
class in the PHP language.
- Reflection : https://www.php.net/manual/en/class.reflection.php
- ReflectionClass : https://www.php.net/manual/en/class.reflectionclass.php
Defined in:
reflection.crClass Method Summary
-
.start : Cruml::ClassList
Allows to process reflected classes.