Componere\Method::getReflector

(Componere 2 >= 2.1.0)

Componere\Method::getReflectorReflection

说明

publicComponere\Method::getReflector(): ReflectionMethod

Shall create or return a ReflectionMethod

返回值

A ReflectionMethod for the current method (cached)

To Top