Extending
Reflection::export
Reflection
PHP Manual
The Reflection class
Introduction
The reflection class.
Class synopsis
Reflection
{
/* Methods */
public
static
void
export
(
Reflector
$reflector
[,
string
$return
= false
] )
public
static
array
getModifierNames
(
int
$modifiers
)
}
Table of Contents
Reflection::export
— Exports
Reflection::getModifierNames
— Gets modifier names
Extending
Reflection::export
Reflection
PHP Manual