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

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

보호된 프로퍼티들

프로퍼티 타입 설명
$deletedOn DateTime
$hidden boolean
$name string
$ownerAccount Neos\Flow\Security\Account

공개 메소드들

메소드 설명
__construct ( string $name ) Constructor
delete ( )
getName ( ) : string
getOwnerAccount ( ) : Account
isHidden ( ) : boolean
setHidden ( boolean $hidden )
setName ( string $name )
setOwnerAccount ( Account $ownerAccount )

메소드 상세

__construct() 공개 메소드

Constructor
public __construct ( string $name )
$name string The name of the entity

delete() 공개 메소드

public delete ( )

getName() 공개 메소드

public getName ( ) : string
리턴 string

getOwnerAccount() 공개 메소드

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

isHidden() 공개 메소드

public isHidden ( ) : boolean
리턴 boolean Returns TRUE, if this entity is hidden

setHidden() 공개 메소드

public setHidden ( boolean $hidden )
$hidden boolean

setName() 공개 메소드

public setName ( string $name )
$name string

setOwnerAccount() 공개 메소드

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

프로퍼티 상세

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

protected DateTime $deletedOn
리턴 DateTime

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

protected bool $hidden
리턴 boolean

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

protected string $name
리턴 string

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

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