ReflectionMethod::export
(PHP 5)
ReflectionMethod::export — Export a reflection method.
Descripción
public static string ReflectionMethod::export
( string $class
, string $name
[, bool $return = false
] )
Exports a ReflectionMethod.
Warning
Esta función no está documentada actualmente, solamente se encuentra disponible la lista de parámetros.
Parámetros
- class
-
The class name.
- name
-
The name of the method.
- return
-
Configurarlo a TRUE devolverá la exportación, a diferencia de emitirla. Configurarlo a FALSE (el valor por defecto) hará lo contrario.
Valores devueltos
Si el parámetro return es seteado a TRUE, la exportación se devolverá como un string, de lo contrario se retornará NULL.
Ver también
- ReflectionMethod::__construct() - Constructs a ReflectionMethod
- ReflectionMethod::__toString() - Returns the string representation of the Reflection method object.
There are no user contributed notes for this page.
