class TribeTeamMember extends Model (View source)

Class TribeTeamMember

Properties

protected string $field
protected string $batchId
protected string $tribeSlug
protected string $firstName
protected string $lastName
protected string $email
protected string $role
protected string $about
protected string $avatar

Methods

__construct(array $attributes)

Media constructor

from Model
fill(array $attributes)

Fill all attributes to model

from Model
string
toQuery()

Make a query string

from Model
mixed
toArray()

Get the instance as an array.

Details

__construct(array $attributes)

Media constructor

Parameters

array $attributes

fill(array $attributes)

Fill all attributes to model

Parameters

array $attributes

string toQuery()

Make a query string

Return Value

string

mixed toArray()

Get the instance as an array.

Return Value

mixed