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

Datei anzeigen Open project: neos/flow-development-collection Class Usage Examples

Protected Properties

Property Type Description
$ownerAccount Neos\Flow\Security\Account
$relatedEntityA TestEntityA
$stringValue string

Public Methods

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

Method Details

__construct() public method

Constructor
public __construct ( string $stringValue )
$stringValue string

getOwnerAccount() public method

public getOwnerAccount ( ) : Account
return Neos\Flow\Security\Account

getRelatedEntityA() public method

getStringValue() public method

public getStringValue ( ) : string
return string

setOwnerAccount() public method

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

setRelatedEntityA() public method

public setRelatedEntityA ( TestEntityA $relatedEntityA )
$relatedEntityA TestEntityA

setStringValue() public method

public setStringValue ( string $stringValue )
$stringValue string

Property Details

$ownerAccount protected_oe property

protected Account,Neos\Flow\Security $ownerAccount
return Neos\Flow\Security\Account

$relatedEntityA protected_oe property

protected TestEntityA,Neos\Flow\Tests\Functional\Security\Fixtures $relatedEntityA
return TestEntityA

$stringValue protected_oe property

protected string $stringValue
return string