ReflectionMethod
PHP Manual

ReflectionMethod::getPrototype

(PHP 5)

ReflectionMethod::getPrototypeGets prototype

Descrição

public void ReflectionMethod::getPrototype ( void )

Gets the methods prototype.

Aviso

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

Parâmetros

Esta função não contém parâmetros.

Valor Retornado

The prototype.

Erros

A ReflectionException exception is thrown if the method does not have a prototype.

Veja Também


ReflectionMethod
PHP Manual