The ReflectionFunctionAbstract class

(PHP 5)

Introdução

A parent class to ReflectionFunction, read its description for details.

Sinopse da classe

ReflectionFunctionAbstract implements Reflector {
/* Propriedades */
/* Métodos */
final private void ReflectionFunctionAbstract::__clone ( void )
public ReflectionExtension ReflectionFunctionAbstract::getExtension ( void )
public string ReflectionFunctionAbstract::getName ( void )
abstract public void ReflectionFunctionAbstract::__toString ( void )
}

Propriedades

name

Name of the function. Read-only, throws ReflectionException in attempt to write.

Índice



User Contributed Notes
ReflectionFunctionAbstract
There are no user contributed notes for this page.