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

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

Protected Properties

Property Type Description
$boolProperty boolean Same as for int/integer for bool.
$booleanProperty boolean
$intProperty integer The var annotation is intentional as "int" to check if the reflection service normalizes variable types.
$integerProperty integer This should result in the same type string as the "intProperty".

Property Details

$boolProperty protected property

Same as for int/integer for bool.
protected bool $boolProperty
return boolean

$booleanProperty protected property

protected bool $booleanProperty
return boolean

$intProperty protected property

The var annotation is intentional as "int" to check if the reflection service normalizes variable types.
protected int $intProperty
return integer

$integerProperty protected property

This should result in the same type string as the "intProperty".
protected int $integerProperty
return integer