PHP Class Neos\Flow\Tests\Functional\Property\Fixtures\TestClass

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

Méthodes publiques

Свойство Type Description
$propertyMeantForConstructorUsage string
$propertyMeantForPublicUsage string
$propertyMeantForSetterUsage string
$somePublicProperty float
$somePublicPropertyWithoutVarAnnotation This has no var annotation by intention.

Protected Properties

Свойство Type Description
$name string
$signedCla boolean
$size integer

Méthodes publiques

Méthode Description
__construct ( float $dummy = null, string $propertyMeantForConstructorUsage = null )
getName ( ) : string
getSignedCla ( ) : boolean
getSize ( ) : integer
setAttributeWithStringTypeAnnotation ( string $value )
setName ( string $name ) : void
setPropertyMeantForConstructorUsage ( string $value )
setPropertyMeantForSetterUsage ( string $value )
setSignedCla ( boolean $signedCla ) : void
setSize ( integer $size ) : void

Method Details

__construct() public méthode

See also: TypeConverter\ObjectConverterTest::getTypeOfChildPropertyReturnsCorrectTypeIfAConstructorArgumentForThatPropertyIsPresent
See also: TypeConverter\ObjectConverterTest::convertFromUsesAppropriatePropertyPopulationMethodsInOrderConstructorSetterPublic
public __construct ( float $dummy = null, string $propertyMeantForConstructorUsage = null )
$dummy float
$propertyMeantForConstructorUsage string

getName() public méthode

public getName ( ) : string
Résultat string

getSignedCla() public méthode

public getSignedCla ( ) : boolean
Résultat boolean

getSize() public méthode

public getSize ( ) : integer
Résultat integer

setAttributeWithStringTypeAnnotation() public méthode

See also: TypeConverter\ObjectConverterTest::getTypeOfChildPropertyReturnsCorrectTypeIfASetterForThatPropertyIsPresent

setName() public méthode

public setName ( string $name ) : void
$name string
Résultat void

setPropertyMeantForConstructorUsage() public méthode

See also: TypeConverter\ObjectConverterTest::convertFromUsesAppropriatePropertyPopulationMethodsInOrderConstructorSetterPublic

setPropertyMeantForSetterUsage() public méthode

See also: TypeConverter\ObjectConverterTest::convertFromUsesAppropriatePropertyPopulationMethodsInOrderConstructorSetterPublic
public setPropertyMeantForSetterUsage ( string $value )
$value string

setSignedCla() public méthode

public setSignedCla ( boolean $signedCla ) : void
$signedCla boolean
Résultat void

setSize() public méthode

public setSize ( integer $size ) : void
$size integer
Résultat void

Property Details

$name protected_oe property

protected string $name
Résultat string

$propertyMeantForConstructorUsage public_oe property

See also: TypeConverter\ObjectConverterTest::convertFromUsesAppropriatePropertyPopulationMethodsInOrderConstructorSetterPublic
public string $propertyMeantForConstructorUsage
Résultat string

$propertyMeantForPublicUsage public_oe property

See also: TypeConverter\ObjectConverterTest::convertFromUsesAppropriatePropertyPopulationMethodsInOrderConstructorSetterPublic
public string $propertyMeantForPublicUsage
Résultat string

$propertyMeantForSetterUsage public_oe property

See also: TypeConverter\ObjectConverterTest::convertFromUsesAppropriatePropertyPopulationMethodsInOrderConstructorSetterPublic
public string $propertyMeantForSetterUsage
Résultat string

$signedCla protected_oe property

protected bool $signedCla
Résultat boolean

$size protected_oe property

protected int $size
Résultat integer

$somePublicProperty public_oe property

See also: TypeConverter\ObjectConverterTest::getTypeOfChildPropertyReturnsCorrectTypeIfThatPropertyIsPubliclyPresent
public float $somePublicProperty
Résultat float

$somePublicPropertyWithoutVarAnnotation public_oe property

This has no var annotation by intention.
public $somePublicPropertyWithoutVarAnnotation