FunctionOrMethodName
Table of Contents
-
__toString()
: string
-
getArgInfoName()
: string
-
getDeclaration()
: string
-
getMethodSynopsisFilename()
: string
-
isConstructor()
: bool
-
isDestructor()
: bool
-
isMethod()
: bool
__toString()
public
__toString() : string
Return values
string
—
getArgInfoName()
public
getArgInfoName() : string
Return values
string
—
getDeclaration()
public
getDeclaration() : 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
—