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

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

Protected Properties

Свойство 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
Résultat boolean

$booleanProperty protected_oe property

protected bool $booleanProperty
Résultat boolean

$intProperty protected_oe property

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

$integerProperty protected_oe property

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