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

Show file Open project: neos/flow-development-collection

Public Properties

Property Type Description
$propertyMeantForConstructorUsage string
$propertyMeantForPublicUsage string
$propertyMeantForSetterUsage string
$somePublicProperty float
$somePublicPropertyWithoutVarAnnotation This has no var annotation by intention.

Protected Properties

Property Type Description
$name string
$signedCla boolean
$size integer

Public Methods

Method 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 method

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

getName() public method

public getName ( ) : string
return string

getSignedCla() public method

public getSignedCla ( ) : boolean
return boolean

getSize() public method

public getSize ( ) : integer
return integer

setAttributeWithStringTypeAnnotation() public method

See also: TypeConverter\ObjectConverterTest::getTypeOfChildPropertyReturnsCorrectTypeIfASetterForThatPropertyIsPresent

setName() public method

public setName ( string $name ) : void
$name string
return void

setPropertyMeantForConstructorUsage() public method

See also: TypeConverter\ObjectConverterTest::convertFromUsesAppropriatePropertyPopulationMethodsInOrderConstructorSetterPublic

setPropertyMeantForSetterUsage() public method

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

setSignedCla() public method

public setSignedCla ( boolean $signedCla ) : void
$signedCla boolean
return void

setSize() public method

public setSize ( integer $size ) : void
$size integer
return void

Property Details

$name protected property

protected string $name
return string

$propertyMeantForConstructorUsage public property

See also: TypeConverter\ObjectConverterTest::convertFromUsesAppropriatePropertyPopulationMethodsInOrderConstructorSetterPublic
public string $propertyMeantForConstructorUsage
return string

$propertyMeantForPublicUsage public property

See also: TypeConverter\ObjectConverterTest::convertFromUsesAppropriatePropertyPopulationMethodsInOrderConstructorSetterPublic
public string $propertyMeantForPublicUsage
return string

$propertyMeantForSetterUsage public property

See also: TypeConverter\ObjectConverterTest::convertFromUsesAppropriatePropertyPopulationMethodsInOrderConstructorSetterPublic
public string $propertyMeantForSetterUsage
return string

$signedCla protected property

protected bool $signedCla
return boolean

$size protected property

protected int $size
return integer

$somePublicProperty public property

See also: TypeConverter\ObjectConverterTest::getTypeOfChildPropertyReturnsCorrectTypeIfThatPropertyIsPubliclyPresent
public float $somePublicProperty
return float

$somePublicPropertyWithoutVarAnnotation public property

This has no var annotation by intention.
public $somePublicPropertyWithoutVarAnnotation