class AssigneeUpdated implements ActivityInterface

Constants

ORDER_ASSIGNED_TYPE

RESERVATION_ASSIGNED_TYPE

Properties

$type
$subject
$causer

Methods

__construct(string $type, Model $subject, User $causer = null)

No description

static 
log(Assignable_logs_model $assignableLog, User $user = null)

No description

string
getType()

Get the type of this activity.

mixed
getCauser()

Get the user that triggered the activity.

mixed
getSubject()

Get the model that is the subject of this activity.

array|null
getProperties()

Get the data to be stored with the activity.

static 
getTitle(Activity $activity)

No description

static 
getUrl(Activity $activity)

No description

static 
getMessage(Activity $activity)

No description

Details

at line 24
__construct(string $type, Model $subject, User $causer = null)

No description

Parameters

string $type
Model $subject
User $causer

at line 35
static log(Assignable_logs_model $assignableLog, User $user = null)

No description

Parameters

Assignable_logs_model $assignableLog
User $user

at line 51
string getType()

Get the type of this activity.

Return Value

string

at line 59
mixed getCauser()

Get the user that triggered the activity.

Return Value

mixed

at line 67
mixed getSubject()

Get the model that is the subject of this activity.

Return Value

mixed

at line 75
array|null getProperties()

Get the data to be stored with the activity.

Return Value

array|null

at line 91
static getTitle(Activity $activity)

No description

Parameters

Activity $activity

at line 101
static getUrl(Activity $activity)

No description

Parameters

Activity $activity

at line 113
static getMessage(Activity $activity)

No description

Parameters

Activity $activity