Interfaces, Classes, Traits and Enums
- FunctionOrMethodName
Table of Contents
-
$methodName
: string
-
$className
: Name
-
__construct()
: mixed
-
__toString()
: string
-
getArgInfoName()
: string
-
getDeclaration()
: string
-
getDeclarationClassName()
: string
-
getMethodSynopsisFilename()
: string
-
isConstructor()
: bool
-
isDestructor()
: bool
-
isMethod()
: bool
$methodName
public
string
$methodName
$className
private
Name
$className
__construct()
public
__construct(Name $className, string $methodName) : mixed
Parameters
-
$className
: Name
-
-
$methodName
: string
-
Return values
mixed
—
__toString()
public
__toString() : string
Return values
string
—
getArgInfoName()
public
getArgInfoName() : string
Return values
string
—
getDeclaration()
public
getDeclaration() : string
Return values
string
—
getDeclarationClassName()
public
getDeclarationClassName() : string
Return values
string
—
getMethodSynopsisFilename()
public
getMethodSynopsisFilename() : 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
—