Documentation

AttributeGetterMethodReflection
in package
implements MethodReflection

Interfaces, Classes and Traits

MethodReflection

Table of Contents

$classReflection  : ClassReflection
$name  : string
__construct()  : mixed
getDeclaringClass()  : ClassReflection
getDeprecatedDescription()  : string|null
getDocComment()  : string|null
getName()  : string
getPrototype()  : ClassMemberReflection
getThrowType()  : Type|null
getVariants()  : array<string|int, ParametersAcceptor>
hasSideEffects()  : TrinaryLogic
isDeprecated()  : TrinaryLogic
isFinal()  : TrinaryLogic
isInternal()  : TrinaryLogic
isPrivate()  : bool
isPublic()  : bool
isStatic()  : bool

Properties

Methods

__construct()

public __construct(ClassReflection $classReflection, string $name) : mixed
Parameters
$classReflection : ClassReflection
$name : string
Return values
mixed

Search results