PHP Класс Neos\Flow\Aop\InterfaceIntroduction

Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$declaringAspectClassName string Name of the aspect declaring this introduction
$interfaceName string Name of the introduced interface
$pointcut Neos\Flow\Aop\Pointcut\Pointcut The pointcut this introduction applies to

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

Метод Описание
__construct ( string $declaringAspectClassName, string $interfaceName, Pointcut $pointcut ) Constructor
getDeclaringAspectClassName ( ) : string Returns the object name of the aspect which declared this introduction
getInterfaceName ( ) : string Returns the name of the introduced interface
getPointcut ( ) : Pointcut Returns the pointcut this introduction applies to

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

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

Constructor
public __construct ( string $declaringAspectClassName, string $interfaceName, Pointcut $pointcut )
$declaringAspectClassName string Name of the aspect containing the declaration for this introduction
$interfaceName string Name of the interface to introduce
$pointcut Neos\Flow\Aop\Pointcut\Pointcut The pointcut for this introduction

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

Returns the object name of the aspect which declared this introduction
public getDeclaringAspectClassName ( ) : string
Результат string The aspect object name

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

Returns the name of the introduced interface
public getInterfaceName ( ) : string
Результат string Name of the introduced interface

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

Returns the pointcut this introduction applies to
public getPointcut ( ) : Pointcut
Результат Neos\Flow\Aop\Pointcut\Pointcut The pointcut

Описание свойств

$declaringAspectClassName защищенное свойство

Name of the aspect declaring this introduction
protected string $declaringAspectClassName
Результат string

$interfaceName защищенное свойство

Name of the introduced interface
protected string $interfaceName
Результат string

$pointcut защищенное свойство

The pointcut this introduction applies to
protected Pointcut,Neos\Flow\Aop\Pointcut $pointcut
Результат Neos\Flow\Aop\Pointcut\Pointcut