Owner<T>

Represents an owner of records. Maybe a user, maybe an organization.

interface Owner<T>
Copyright
2015-2016 Appertly
License
Apache-2.0

Instance Methods

Public
ReturnsSignature and Description
string

Gets the entity's display name.

T

Gets the entity ID.

string

Gets the URL slug for this entity.

DateTimeZone

Gets the TimeZone for this entity.

bool

Gets whether this group is disabled.

array<string,mixed>

Converts this entity to an array.

Method Details

getDisplayName

abstract public function getDisplayName()

Gets the entity's display name.

Returns
TypeDescription
string

The entity's display name

getId

abstract public function getId()

Gets the entity ID.

Returns
TypeDescription
T

The entity's ID

getSlug

abstract public function getSlug()

Gets the URL slug for this entity.

Returns
TypeDescription
string

The URL slug

getTimeZone

abstract public function getTimeZone()

Gets the TimeZone for this entity.

If the entity belongs to a parent record, e.g. a user belonging to a group, the parent value should be returned if none is available on this entity.

Should default to system time zone if none is available.

Returns
TypeDescription
DateTimeZone

The owner's time zone

isDisabled

abstract public function isDisabled()

Gets whether this group is disabled.

Returns
TypeDescription
bool

Whether the group is disabled

toArray

abstract public function toArray()

Converts this entity to an array.

Returns
TypeDescription
array<string,mixed>

The array version