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

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

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

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

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

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

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

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

Constructor
public __construct ( string $declaringAspectClassName, string $traitName, Pointcut $pointcut )
$declaringAspectClassName string Name of the aspect containing the declaration for this introduction
$traitName string Name of the trait 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

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

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

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

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

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

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

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

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

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

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

Name of the introduced trait
protected string $traitName
Результат string