class StatusUpdated implements ActivityInterface

Constants

ORDER_UPDATED_TYPE

RESERVATION_UPDATED_TYPE

Properties

$type
$subject
$causer

Methods

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

No description

static 
log(Status_history_model $history, 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(Status_history_model $history, User $user = null)

No description

Parameters

Status_history_model $history
User $user

at line 53
string getType()

Get the type of this activity.

Return Value

string

at line 61
mixed getCauser()

Get the user that triggered the activity.

Return Value

mixed

at line 69
mixed getSubject()

Get the model that is the subject of this activity.

Return Value

mixed

at line 77
array|null getProperties()

Get the data to be stored with the activity.

Return Value

array|null

at line 88
static getTitle(Activity $activity)

No description

Parameters

Activity $activity

at line 95
static getUrl(Activity $activity)

No description

Parameters

Activity $activity

at line 104
static getMessage(Activity $activity)

No description

Parameters

Activity $activity