PHP 클래스 Pantheon\Terminus\Collections\OrganizationUserMemberships

상속: extends TerminusCollection
파일 보기 프로젝트 열기: pantheon-systems/terminus 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$organization Organization

보호된 프로퍼티들

프로퍼티 타입 설명
$collected_class string
$paged boolean

공개 메소드들

메소드 설명
__construct ( array $options = [] ) Instantiates the collection, sets param members as properties
create ( string $uuid, string $role ) : Workflow Adds a user to this organization
get ( string $id ) : OrganizationUserMembership Retrieves models by either user ID, email address, or full name
getOrganization ( ) : Organization

메소드 상세

__construct() 공개 메소드

Instantiates the collection, sets param members as properties
public __construct ( array $options = [] )
$options array To be set to $this->key

create() 공개 메소드

Adds a user to this organization
public create ( string $uuid, string $role ) : Workflow
$uuid string UUID of user user to add to this organization
$role string Role to assign to the new member
리턴 Workflow $workflow

get() 공개 메소드

Retrieves models by either user ID, email address, or full name
public get ( string $id ) : OrganizationUserMembership
$id string Either a user ID, email address, or full name
리턴 OrganizationUserMembership

getOrganization() 공개 메소드

public getOrganization ( ) : Organization
리턴 Organization

프로퍼티 상세

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

protected string $collected_class
리턴 string

$organization 공개적으로 프로퍼티

public Organization $organization
리턴 Organization

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

protected bool $paged
리턴 boolean