PHP Интерфейс Go\Aop\Intercept\ConstructorInvocation

A constructor invocation is a joinpoint and can be intercepted by a constructor interceptor.
Наследование: extends Go\Aop\Intercept\Invocation
Показать файл Открыть проект Примеры использования интерфейса

Открытые методы

Метод Описание
getConstructor ( ) : ReflectionMetho\ReflectionMethod | null Gets the constructor being called.

Описание методов

getConstructor() публичный Метод

Gets the constructor being called.
public getConstructor ( ) : ReflectionMetho\ReflectionMethod | null
Результат ReflectionMetho\ReflectionMethod | null the constructor being called or null if it is absent.