TableFindByPropertyMethodReflection
implements
MethodReflection
Table of Contents
Interfaces
- MethodReflection
Properties
-
$declaringClass
: ClassReflection
-
$name
: string
Methods
-
__construct()
: mixed
-
getDeclaringClass()
: ClassReflection
-
getName()
: string
-
getParameters()
: array<string|int, ParameterReflection>
-
getPrototype()
: MethodReflection
-
getReturnType()
: Type
-
isPrivate()
: bool
-
isPublic()
: bool
-
isStatic()
: bool
-
isVariadic()
: bool
$declaringClass
private
ClassReflection
$declaringClass
$name
private
string
$name
__construct()
public
__construct(string $name, ClassReflection $declaringClass) : mixed
Parameters
-
$name
: string
-
-
$declaringClass
: ClassReflection
-
getDeclaringClass()
public
getDeclaringClass() : ClassReflection
Return values
ClassReflection
getName()
public
getName() : string
getParameters()
public
getParameters() : array<string|int, ParameterReflection>
Return values
array<string|int, ParameterReflection>
getPrototype()
public
getPrototype() : MethodReflection
Return values
MethodReflection
getReturnType()
public
getReturnType() : Type
isPrivate()
public
isPrivate() : bool
isPublic()
public
isPublic() : bool
isStatic()
public
isStatic() : bool
isVariadic()
public
isVariadic() : bool