PHP Doku:: The ReflectionFunctionAbstract class - class.reflectionfunctionabstract.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzVariablen- und typbezogene ErweiterungenReflectionThe ReflectionFunctionAbstract class

Ein Service von Reinhard Neidl - Webprogrammierung.

Reflection

<<ReflectionFunction::__toString

ReflectionFunctionAbstract::__clone>>


UnterSeiten:

The ReflectionFunctionAbstract class

Einführung

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

Klassenbeschreibung

ReflectionFunctionAbstract implements Reflector {
/* Eigenschaften */
public $name ;
/* Methoden */
final private void __clone ( void )
public string getDocComment ( void )
public int getEndLine ( void )
public ReflectionExtension getExtension ( void )
public string getExtensionName ( void )
public string getFileName ( void )
public string getName ( void )
public string getNamespaceName ( void )
public int getNumberOfParameters ( void )
public int getNumberOfRequiredParameters ( void )
public array getParameters ( void )
public string getShortName ( void )
public int getStartLine ( void )
public array getStaticVariables ( void )
public bool inNamespace ( void )
public bool isClosure ( void )
public bool isDeprecated ( void )
public bool isInternal ( void )
public bool isUserDefined ( void )
public bool returnsReference ( void )
abstract public void __toString ( void )
}

Eigenschaften

name

Prop description

Inhaltsverzeichnis


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)