Documentation

ParameterReflection extends ReflectionParameter
in package
implements ReflectionInterface

Table of Contents

Interfaces

ReflectionInterface

Properties

$isFromMethod  : bool

Methods

__toString()  : string
detectType()  : string|null
Get parameter type
getClass()  : null|ClassReflection
Get class reflection object
getDeclaringClass()  : ClassReflection
Get declaring class reflection object
getDeclaringFunction()  : FunctionReflection|MethodReflection
Get declaring function reflection object
isPrivatePromoted()  : bool
isPromoted()  : bool
isProtectedPromoted()  : bool
isPublicPromoted()  : bool
toString()  : string

Properties

Methods

detectType()

Get parameter type

public detectType() : string|null
Return values
string|null

        
On this page

Search results