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

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

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

Свойство Тип Описание
$declaringAspectClassName string Name of the aspect declaring this introduction
$initialValue mixed The initial value of the property
$pointcut Neos\Flow\Aop\Pointcut\Pointcut The pointcut this introduction applies to
$propertyDocComment string DocComment of the introduced property
$propertyName string Name of the introduced property
$propertyVisibility string Visibility of the introduced property

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

Метод Описание
__construct ( string $declaringAspectClassName, string $propertyName, Pointcut $pointcut ) Constructor
getDeclaringAspectClassName ( ) : string Returns the object name of the aspect which declared this introduction
getInitialValue ( ) : mixed
getPointcut ( ) : Pointcut Returns the pointcut this introduction applies to
getPropertyDocComment ( ) : string Returns the DocComment of the introduced property
getPropertyName ( ) : string Returns the name of the introduced property
getPropertyVisibility ( ) : string Returns the visibility of the introduced property

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

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

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

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

public getInitialValue ( ) : mixed
Результат mixed

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

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

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

Returns the DocComment of the introduced property
public getPropertyDocComment ( ) : string
Результат string DocComment of the introduced property

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

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

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

Returns the visibility of the introduced property
public getPropertyVisibility ( ) : string
Результат string Visibility of the introduced property

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

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

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

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

The initial value of the property
protected mixed $initialValue
Результат mixed

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

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

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

DocComment of the introduced property
protected string $propertyDocComment
Результат string

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

Name of the introduced property
protected string $propertyName
Результат string

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

Visibility of the introduced property
protected string $propertyVisibility
Результат string