Componere\Method::getReflector
PHP Manual
PHP Manual»Componere\Method»Componere\Method::getReflector

Componere\Method::getReflector

(Componere 2 >= 2.1.0)

Componere\Method::getReflectorReflection

Beschreibung

public function Componere\Method::getReflector(): ReflectionMethod

Shall create or return a ReflectionMethod

Rückgabewerte

A ReflectionMethod for the current method (cached)

To Top