PHP Класс Neos\Flow\Tests\Functional\Reflection\Fixtures\DummyClassWithProperties

Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$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".

Описание свойств

$boolProperty защищенное свойство

Same as for int/integer for bool.
protected bool $boolProperty
Результат boolean

$booleanProperty защищенное свойство

protected bool $booleanProperty
Результат boolean

$intProperty защищенное свойство

The var annotation is intentional as "int" to check if the reflection service normalizes variable types.
protected int $intProperty
Результат integer

$integerProperty защищенное свойство

This should result in the same type string as the "intProperty".
protected int $integerProperty
Результат integer