Interfaces, Classes, Traits and Enums
- FunctionOrMethodName
Table of Contents
-
$name
: Name
-
__construct()
: mixed
-
__toString()
: string
-
getArgInfoName()
: string
-
getDeclaration()
: string
-
getDeclarationName()
: string
-
getMethodSynopsisFilename()
: string
-
getNamespace()
: string|null
-
getNonNamespacedName()
: string
-
isConstructor()
: bool
-
isDestructor()
: bool
-
isMethod()
: bool
__construct()
public
__construct(Name $name) : mixed
Parameters
-
$name
: Name
-
Return values
mixed
—
__toString()
public
__toString() : string
Return values
string
—
getArgInfoName()
public
getArgInfoName() : string
Return values
string
—
getDeclaration()
public
getDeclaration() : string
Return values
string
—
getDeclarationName()
public
getDeclarationName() : string
Return values
string
—
getMethodSynopsisFilename()
public
getMethodSynopsisFilename() : string
Return values
string
—
getNamespace()
public
getNamespace() : string|null
Return values
string|null
—
getNonNamespacedName()
public
getNonNamespacedName() : string
Return values
string
—
isConstructor()
public
isConstructor() : bool
Return values
bool
—
isDestructor()
public
isDestructor() : bool
Return values
bool
—
isMethod()
public
isMethod() : bool
Return values
bool
—