PHP Class Pantheon\Terminus\Collections\UserOrganizationMemberships

Inheritance: extends UserOwnedCollection
Exibir arquivo Open project: pantheon-systems/terminus Class Usage Examples

Protected Properties

Property Type Description
$collected_class string
$paged boolean
$url string

Public Methods

Method Description
get ( string $id ) : UserOrganizationMembership Retrieves models by either user ID, email address, or full name

Method Details

get() public method

Retrieves models by either user ID, email address, or full name
public get ( string $id ) : UserOrganizationMembership
$id string Either an organization's UUID, name, or the UUID of the User-Organization join
return UserOrganizationMembership

Property Details

$collected_class protected_oe property

protected string $collected_class
return string

$paged protected_oe property

protected bool $paged
return boolean

$url protected_oe property

protected string $url
return string