interface ActivityInterface

Methods

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 14
string getType()

Get the type of this activity.

Return Value

string

at line 21
mixed getCauser()

Get the user that triggered the activity.

Return Value

mixed

at line 28
mixed getSubject()

Get the model that is the subject of this activity.

Return Value

mixed

at line 35
array|null getProperties()

Get the data to be stored with the activity.

Return Value

array|null

at line 37
static getTitle(Activity $activity)

No description

Parameters

Activity $activity

at line 39
static getUrl(Activity $activity)

No description

Parameters

Activity $activity

at line 41
static getMessage(Activity $activity)

No description

Parameters

Activity $activity