PHP 클래스 Scalr\Model\Entity\Account\Team

저자: Vlad Dobrovolskiy ([email protected])
상속: extends Scalr\Model\AbstractEntity
파일 보기 프로젝트 열기: scalr/scalr 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$accountId integer Identifier of the account which Team corresponds to
$accountRoleId string Default Acl role for Team users
$description string The description of the Team
$id integer The identifier of the Team
$name string The name of the Team

공개 메소드들

메소드 설명
delete ( )

메소드 상세

delete() 공개 메소드

또한 보기: AbstractEntity::delete()
public delete ( )

프로퍼티 상세

$accountId 공개적으로 프로퍼티

Identifier of the account which Team corresponds to
public int $accountId
리턴 integer

$accountRoleId 공개적으로 프로퍼티

Default Acl role for Team users
public string $accountRoleId
리턴 string

$description 공개적으로 프로퍼티

The description of the Team
public string $description
리턴 string

$id 공개적으로 프로퍼티

The identifier of the Team
public int $id
리턴 integer

$name 공개적으로 프로퍼티

The name of the Team
public string $name
리턴 string