PHP Class Neos\Flow\Tests\Functional\Persistence\Fixtures\TestEntity

Show file Open project: neos/flow-development-collection Class Usage Examples

Protected Properties

Property Type Description
$arrayProperty array
$description string
$embedded TestEmbeddable
$embeddedValueObject TestEmbeddedValueObject
$name string
$objectManager Neos\Flow\ObjectManagement\ObjectManagerInterface
$relatedEntity TestEntity
$relatedValueObject TestValueObject
$subEntities Collection

Public Methods

Method Description
__construct ( ) Constructor
addSubEntity ( SubEntity $subEntity ) : void
getArrayProperty ( ) : array
getDescription ( ) : string
getEmbedded ( ) : TestEmbeddable
getEmbeddedValueObject ( ) : TestEmbeddedValueObject
getName ( ) : string
getObjectManager ( ) : Neos\Flow\ObjectManagement\ObjectManagerInterface
getRelatedEntities ( ) : Collection
getRelatedEntity ( ) : TestEntity
getRelatedValueObject ( ) : TestValueObject
sayHello ( ) : string
setArrayProperty ( array $arrayProperty ) : void
setDescription ( string $description )
setEmbedded ( TestEmbeddable $embedded )
setEmbeddedValueObject ( TestEmbeddedValueObject $embeddedValueObject ) : void
setName ( string $name ) : void
setRelatedEntity ( TestEntity $relatedEntity ) : void
setRelatedValueObject ( TestValueObject $relatedValueObject ) : void
setSubEntities ( Doctrine\Common\Collections\Collection $subEntities ) : void

Method Details

__construct() public method

Constructor
public __construct ( )

addSubEntity() public method

public addSubEntity ( SubEntity $subEntity ) : void
$subEntity SubEntity
return void

getArrayProperty() public method

public getArrayProperty ( ) : array
return array

getDescription() public method

public getDescription ( ) : string
return string

getEmbedded() public method

getEmbeddedValueObject() public method

getName() public method

public getName ( ) : string
return string

getObjectManager() public method

public getObjectManager ( ) : Neos\Flow\ObjectManagement\ObjectManagerInterface
return Neos\Flow\ObjectManagement\ObjectManagerInterface

getRelatedEntities() public method

public getRelatedEntities ( ) : Collection
return Collection

getRelatedEntity() public method

public getRelatedEntity ( ) : TestEntity
return TestEntity

getRelatedValueObject() public method

sayHello() public method

public sayHello ( ) : string
return string

setArrayProperty() public method

public setArrayProperty ( array $arrayProperty ) : void
$arrayProperty array
return void

setDescription() public method

public setDescription ( string $description )
$description string

setEmbedded() public method

public setEmbedded ( TestEmbeddable $embedded )
$embedded TestEmbeddable

setEmbeddedValueObject() public method

public setEmbeddedValueObject ( TestEmbeddedValueObject $embeddedValueObject ) : void
$embeddedValueObject TestEmbeddedValueObject
return void

setName() public method

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

setRelatedEntity() public method

public setRelatedEntity ( TestEntity $relatedEntity ) : void
$relatedEntity TestEntity
return void

setRelatedValueObject() public method

public setRelatedValueObject ( TestValueObject $relatedValueObject ) : void
$relatedValueObject TestValueObject
return void

setSubEntities() public method

public setSubEntities ( Doctrine\Common\Collections\Collection $subEntities ) : void
$subEntities Doctrine\Common\Collections\Collection
return void

Property Details

$arrayProperty protected property

protected array $arrayProperty
return array

$description protected property

protected string $description
return string

$embedded protected property

protected TestEmbeddable,Neos\Flow\Tests\Functional\Persistence\Fixtures $embedded
return TestEmbeddable

$embeddedValueObject protected property

protected TestEmbeddedValueObject,Neos\Flow\Tests\Functional\Persistence\Fixtures $embeddedValueObject
return TestEmbeddedValueObject

$name protected property

protected string $name
return string

$objectManager protected property

protected ObjectManagerInterface,Neos\Flow\ObjectManagement $objectManager
return Neos\Flow\ObjectManagement\ObjectManagerInterface

$relatedEntity protected property

protected TestEntity,Neos\Flow\Tests\Functional\Persistence\Fixtures $relatedEntity
return TestEntity

$relatedValueObject protected property

protected TestValueObject,Neos\Flow\Tests\Functional\Persistence\Fixtures $relatedValueObject
return TestValueObject

$subEntities protected property

protected Collection $subEntities
return Collection