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

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

Protected Properties

Свойство Type Description
$ownerAccount Neos\Flow\Security\Account
$relatedEntityA TestEntityA
$stringValue string

Méthodes publiques

Méthode Description
__construct ( string $stringValue ) Constructor
getOwnerAccount ( ) : Account
getRelatedEntityA ( ) : TestEntityA
getStringValue ( ) : string
setOwnerAccount ( Account $ownerAccount )
setRelatedEntityA ( TestEntityA $relatedEntityA )
setStringValue ( string $stringValue )

Method Details

__construct() public méthode

Constructor
public __construct ( string $stringValue )
$stringValue string

getOwnerAccount() public méthode

public getOwnerAccount ( ) : Account
Résultat Neos\Flow\Security\Account

getRelatedEntityA() public méthode

public getRelatedEntityA ( ) : TestEntityA
Résultat TestEntityA

getStringValue() public méthode

public getStringValue ( ) : string
Résultat string

setOwnerAccount() public méthode

public setOwnerAccount ( Account $ownerAccount )
$ownerAccount Neos\Flow\Security\Account

setRelatedEntityA() public méthode

public setRelatedEntityA ( TestEntityA $relatedEntityA )
$relatedEntityA TestEntityA

setStringValue() public méthode

public setStringValue ( string $stringValue )
$stringValue string

Property Details

$ownerAccount protected_oe property

protected Account,Neos\Flow\Security $ownerAccount
Résultat Neos\Flow\Security\Account

$relatedEntityA protected_oe property

protected TestEntityA,Neos\Flow\Tests\Functional\Security\Fixtures $relatedEntityA
Résultat TestEntityA

$stringValue protected_oe property

protected string $stringValue
Résultat string