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

Datei anzeigen 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_oe property

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

$booleanProperty protected_oe property

protected bool $booleanProperty
return boolean

$intProperty protected_oe property

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

$integerProperty protected_oe property

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