Fr3nch13/CakePHP Utilities

TableFindByPropertyMethodReflection
in package
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

Properties

Methods

__construct()

public __construct(string $name, ClassReflection $declaringClass) : mixed
Parameters
$name : string
$declaringClass : ClassReflection

        
On this page

Search results