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

Show file Open project: neos/flow-development-collection

Protected Properties

Property Type Description
$introducedProperty
$mail

Public Methods

Method 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 method

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

regularAnnotations() public method

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

someFlowAnnotations() public method

public someFlowAnnotations ( string $foo )
$foo string

Property Details

$introducedProperty protected property

protected $introducedProperty

$mail protected property

protected $mail