PHP Class Neos\Flow\Tests\Unit\Reflection\PropertyReflectionTest

Inheritance: extends Neos\Flow\Tests\UnitTestCase
Afficher le fichier Open project: neos/flow-development-collection

Méthodes publiques

Свойство Type Description
$publicProperty string

Protected Properties

Свойство Type Description
$protectedProperty string

Méthodes publiques

Méthode Description
getValueEvenReturnsValueOfAPrivateProperty ( )
getValueEvenReturnsValueOfAProtectedProperty ( )
getValueReturnsValueOfAPrivatePropertyEvenIfItIsAnObject ( )
getValueReturnsValueOfAProtectedPropertyEvenIfItIsAnObject ( )
getValueReturnsValueOfAPublicProperty ( )
getValueThrowsAnExceptionOnReflectingANonObject ( )
setValueEvenSetsValueOfAPublicProperty ( )

Method Details

getValueEvenReturnsValueOfAPrivateProperty() public méthode

getValueEvenReturnsValueOfAProtectedProperty() public méthode

getValueReturnsValueOfAPrivatePropertyEvenIfItIsAnObject() public méthode

getValueReturnsValueOfAProtectedPropertyEvenIfItIsAnObject() public méthode

getValueReturnsValueOfAPublicProperty() public méthode

getValueThrowsAnExceptionOnReflectingANonObject() public méthode

setValueEvenSetsValueOfAPublicProperty() public méthode

Property Details

$protectedProperty protected_oe property

protected string $protectedProperty
Résultat string

$publicProperty public_oe property

public string $publicProperty
Résultat string