PHP Class Neos\Flow\Tests\Functional\Reflection\Fixtures\AnnotatedClass

Afficher le fichier Open project: neos/flow-development-collection

Protected Properties

Свойство Type Description
$introducedProperty
$mail

Méthodes publiques

Méthode Description
intAndIntegerParameters ( integer $int, integer $integer )
regularAnnotations ( string $foo, integer $bar ) : integer This is the description for the regularAnnotations method.
someFlowAnnotations ( string $foo )

Method Details

intAndIntegerParameters() public méthode

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

regularAnnotations() public méthode

This is the description for the regularAnnotations method.
public regularAnnotations ( string $foo, integer $bar ) : integer
$foo string
$bar integer
Résultat integer

someFlowAnnotations() public méthode

public someFlowAnnotations ( string $foo )
$foo string

Property Details

$introducedProperty protected_oe property

protected $introducedProperty

$mail protected_oe property

protected $mail