PHP Класс Neos\Flow\Tests\Functional\Reflection\Fixtures\AnnotatedClass

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

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

Свойство Тип Описание
$introducedProperty
$mail

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

Метод Описание
intAndIntegerParameters ( integer $int, integer $integer )
regularAnnotations ( string $foo, integer $bar ) : integer This is the description for the regularAnnotations method.
someFlowAnnotations ( string $foo )

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

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

public intAndIntegerParameters ( integer $int, integer $integer )
$int integer
$integer integer

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

This is the description for the regularAnnotations method.
public regularAnnotations ( string $foo, integer $bar ) : integer
$foo string
$bar integer
Результат integer

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

public someFlowAnnotations ( string $foo )
$foo string

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

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

protected $introducedProperty

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

protected $mail