PHP 클래스 Neos\Flow\Tests\Functional\Security\Fixtures\TestEntityB

파일 보기 프로젝트 열기: neos/flow-development-collection 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$ownerAccount Neos\Flow\Security\Account
$relatedEntityA TestEntityA
$stringValue string

공개 메소드들

메소드 설명
__construct ( string $stringValue ) Constructor
getOwnerAccount ( ) : Account
getRelatedEntityA ( ) : TestEntityA
getStringValue ( ) : string
setOwnerAccount ( Account $ownerAccount )
setRelatedEntityA ( TestEntityA $relatedEntityA )
setStringValue ( string $stringValue )

메소드 상세

__construct() 공개 메소드

Constructor
public __construct ( string $stringValue )
$stringValue string

getOwnerAccount() 공개 메소드

public getOwnerAccount ( ) : Account
리턴 Neos\Flow\Security\Account

getRelatedEntityA() 공개 메소드

getStringValue() 공개 메소드

public getStringValue ( ) : string
리턴 string

setOwnerAccount() 공개 메소드

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

setRelatedEntityA() 공개 메소드

public setRelatedEntityA ( TestEntityA $relatedEntityA )
$relatedEntityA TestEntityA

setStringValue() 공개 메소드

public setStringValue ( string $stringValue )
$stringValue string

프로퍼티 상세

$ownerAccount 보호되어 있는 프로퍼티

protected Account,Neos\Flow\Security $ownerAccount
리턴 Neos\Flow\Security\Account

$relatedEntityA 보호되어 있는 프로퍼티

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

$stringValue 보호되어 있는 프로퍼티

protected string $stringValue
리턴 string