PHP Doku:: The ReflectionFunctionAbstract class - class.reflectionfunctionabstract.html
Verlauf / Chronik / History:
(1)
anzeigen
ausblenden
The ReflectionFunctionAbstract class
Sie sind hier:
Doku-Startseite
≥
PHP-Handbuch
≥
Funktionsreferenz
≥
Variablen- und typbezogene Erweiterungen
≥
Reflection
≥
The ReflectionFunctionAbstract class
Ein Service von Reinhard Neidl -
Webprogrammierung
.
Reflection
<<
ReflectionFunction::__toString
ReflectionFunctionAbstract::__clone
>>
∧
PHP-Handbuch
∧
Funktionsreferenz
∧
Variablen- und typbezogene Erweiterungen
∧
Reflection
The Reflection class
The ReflectionClass class
The ReflectionExtension class
The ReflectionFunction class
The ReflectionFunctionAbstract class
The ReflectionMethod class
The ReflectionObject class
The ReflectionParameter class
The ReflectionProperty class
The Reflector interface
Einführung
Vordefinierte Konstanten
Beispiele
Extending
Installation/Konfiguration
UnterSeiten:
∨
ReflectionFunctionAbstract::__clone
∨
ReflectionFunctionAbstract::getDocComment
∨
ReflectionFunctionAbstract::getEndLine
∨
ReflectionFunctionAbstract::getExtension
∨
ReflectionFunctionAbstract::getExtensionName
∨
ReflectionFunctionAbstract::getFileName
∨
ReflectionFunctionAbstract::getName
∨
ReflectionFunctionAbstract::getNamespaceName
∨
ReflectionFunctionAbstract::getNumberOfParameters
∨
ReflectionFunctionAbstract::getNumberOfRequiredParameters
∨
ReflectionFunctionAbstract::getParameters
∨
ReflectionFunctionAbstract::getShortName
∨
ReflectionFunctionAbstract::getStartLine
∨
ReflectionFunctionAbstract::getStaticVariables
∨
ReflectionFunctionAbstract::inNamespace
∨
ReflectionFunctionAbstract::isClosure
∨
ReflectionFunctionAbstract::isDeprecated
∨
ReflectionFunctionAbstract::isInternal
∨
ReflectionFunctionAbstract::isUserDefined
∨
ReflectionFunctionAbstract::returnsReference
∨
ReflectionFunctionAbstract::__toString
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
ReflectionFunctionAbstract::__clone
— Clones function
ReflectionFunctionAbstract::getDocComment
— Gets doc comment
ReflectionFunctionAbstract::getEndLine
— Gets end line number
ReflectionFunctionAbstract::getExtension
— Gets extension info
ReflectionFunctionAbstract::getExtensionName
— Gets extension name
ReflectionFunctionAbstract::getFileName
— Gets file name
ReflectionFunctionAbstract::getName
— Gets function name
ReflectionFunctionAbstract::getNamespaceName
— Gets namespace name
ReflectionFunctionAbstract::getNumberOfParameters
— Gets number of parameters
ReflectionFunctionAbstract::getNumberOfRequiredParameters
— Gets number of required parameters
ReflectionFunctionAbstract::getParameters
— Gets parameters
ReflectionFunctionAbstract::getShortName
— Gets function short name
ReflectionFunctionAbstract::getStartLine
— Gets starting line number
ReflectionFunctionAbstract::getStaticVariables
— Gets static variables
ReflectionFunctionAbstract::inNamespace
— Checks if function in namespace
ReflectionFunctionAbstract::isClosure
— Checks if closure
ReflectionFunctionAbstract::isDeprecated
— Checks if deprecated
ReflectionFunctionAbstract::isInternal
— Checks if is internal
ReflectionFunctionAbstract::isUserDefined
— Checks if user defined
ReflectionFunctionAbstract::returnsReference
— Checks if returns reference
ReflectionFunctionAbstract::__toString
— To string
Keine BenutzerBeiträge.
-
Beiträge aktualisieren...