PHP Class Neos\Flow\Tests\Functional\Security\Fixtures\TestEntityC

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

Protected Properties

Свойство Type Description
$manyToManyToRelatedEntityD Collection
$oneToManyToRelatedEntityD Collection
$relatedEntityD TestEntityD
$simpleArrayProperty array
$simpleStringProperty string

Méthodes publiques

Méthode Description
__construct ( ) Constructor
getManyToManyToRelatedEntityD ( ) : Collection
getManyToOneToRelatedEntityD ( ) : Collection
getRelatedEntityD ( ) : TestEntityD
getSimpleArrayProperty ( ) : array
getSimpleStringProperty ( ) : string
setManyToManyToRelatedEntityD ( Collection $manyToManyToRelatedEntityD )
setManyToOneToRelatedEntityD ( Collection $manyToOneToRelatedEntityD )
setRelatedEntityD ( TestEntityD $relatedEntityD )
setSimpleArrayProperty ( array $simpleArrayProperty )
setSimpleStringProperty ( string $simpleStringProperty )

Method Details

__construct() public méthode

Constructor
public __construct ( )

getManyToManyToRelatedEntityD() public méthode

public getManyToManyToRelatedEntityD ( ) : Collection
Résultat Collection

getManyToOneToRelatedEntityD() public méthode

public getManyToOneToRelatedEntityD ( ) : Collection
Résultat Collection

getRelatedEntityD() public méthode

public getRelatedEntityD ( ) : TestEntityD
Résultat TestEntityD

getSimpleArrayProperty() public méthode

public getSimpleArrayProperty ( ) : array
Résultat array

getSimpleStringProperty() public méthode

public getSimpleStringProperty ( ) : string
Résultat string

setManyToManyToRelatedEntityD() public méthode

public setManyToManyToRelatedEntityD ( Collection $manyToManyToRelatedEntityD )
$manyToManyToRelatedEntityD Collection

setManyToOneToRelatedEntityD() public méthode

public setManyToOneToRelatedEntityD ( Collection $manyToOneToRelatedEntityD )
$manyToOneToRelatedEntityD Collection

setRelatedEntityD() public méthode

public setRelatedEntityD ( TestEntityD $relatedEntityD )
$relatedEntityD TestEntityD

setSimpleArrayProperty() public méthode

public setSimpleArrayProperty ( array $simpleArrayProperty )
$simpleArrayProperty array

setSimpleStringProperty() public méthode

public setSimpleStringProperty ( string $simpleStringProperty )
$simpleStringProperty string

Property Details

$manyToManyToRelatedEntityD protected_oe property

protected Collection $manyToManyToRelatedEntityD
Résultat Collection

$oneToManyToRelatedEntityD protected_oe property

protected Collection $oneToManyToRelatedEntityD
Résultat Collection

$relatedEntityD protected_oe property

protected TestEntityD,Neos\Flow\Tests\Functional\Security\Fixtures $relatedEntityD
Résultat TestEntityD

$simpleArrayProperty protected_oe property

protected array $simpleArrayProperty
Résultat array

$simpleStringProperty protected_oe property

protected string $simpleStringProperty
Résultat string