ReflectionFunctionAbstract sınıfı

(PHP 5 >= 5.2.0, PHP 7)

Giriş

ReflectionFunction sınıfının ebeveyni olup, ayrıntılar için onun belgesine bakın.

Sınıf Sözdizimi

ReflectionFunctionAbstract implements Reflector {
/* Özellikler */
public $name ;
/* Yöntemler */
final private __clone ( void ) : void
public getClosureThis ( void ) : object
public getDocComment ( void ) : string
public getEndLine ( void ) : int
public getExtensionName ( void ) : string
public getFileName ( void ) : string
public getName ( void ) : string
public getNamespaceName ( void ) : string
public getNumberOfParameters ( void ) : int
public getNumberOfRequiredParameters ( void ) : int
public getParameters ( void ) : array
public getReturnType ( void ) : ReflectionType
public getShortName ( void ) : string
public getStartLine ( void ) : int
public getStaticVariables ( void ) : array
public hasReturnType ( void ) : bool
public inNamespace ( void ) : bool
public isClosure ( void ) : bool
public isDeprecated ( void ) : bool
public isGenerator ( void ) : bool
public isInternal ( void ) : bool
public isUserDefined ( void ) : bool
public isVariadic ( void ) : bool
public returnsReference ( void ) : bool
abstract public __toString ( void ) : void
}

Özellikler

name

İsim.

İçindekiler