PHP 클래스 Neos\Flow\Tests\Functional\Reflection\Fixtures\DummyClassWithProperties

파일 보기 프로젝트 열기: neos/flow-development-collection

보호된 프로퍼티들

프로퍼티 타입 설명
$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