ReflectionMethod
PHP Manual

ReflectionMethod::export

(PHP 5, PHP 7)

ReflectionMethod::exportExport a reflection method.

Descrição

public static string ReflectionMethod::export ( string $class , string $name [, bool $return = false ] )

Exports a ReflectionMethod.

Aviso

Esta função não está documentada; somente a lista de argumentos está disponível.

Parâmetros

class

The class name.

name

The name of the method.

return

Passar TRUE irá retornar o export, em vez de emiti-lo. Passar FALSE (padrão) fará o oposto.

Valor Retornado

Se o parâmetro return for TRUE então o export é retornado como uma string, senão retorna NULL.

Veja Também


ReflectionMethod
PHP Manual