Fr3nch13/CakePHP Utilities

AssociationTableMixinClassReflectionExtension
in package
implements PropertiesClassReflectionExtension, MethodsClassReflectionExtension, BrokerAwareExtension

Table of Contents

Interfaces

PropertiesClassReflectionExtension
MethodsClassReflectionExtension
BrokerAwareExtension

Properties

$broker  : Broker

Methods

getMethod()  : MethodReflection
getProperty()  : PropertyReflection
hasMethod()  : bool
hasProperty()  : bool
setBroker()  : void
getTableReflection()  : ClassReflection

Properties

Methods

getMethod()

public getMethod(ClassReflection $classReflection, string $methodName) : MethodReflection
Parameters
$classReflection : ClassReflection

Class reflection

$methodName : string

Method name

Return values
MethodReflection

getProperty()

public getProperty(ClassReflection $classReflection, string $propertyName) : PropertyReflection
Parameters
$classReflection : ClassReflection

Class reflection

$propertyName : string

Method name

Return values
PropertyReflection

hasMethod()

public hasMethod(ClassReflection $classReflection, string $methodName) : bool
Parameters
$classReflection : ClassReflection

Class reflection

$methodName : string

Method name

Return values
bool

hasProperty()

public hasProperty(ClassReflection $classReflection, string $propertyName) : bool
Parameters
$classReflection : ClassReflection

Class reflection

$propertyName : string

Method name

Return values
bool

        
On this page

Search results