class Assignment implements EntryInterface (View source)

Log entry for permission assignments

Properties

protected Access $access

The access object being granted to the key.

protected Key $key

The permission key being applied

protected User $applier

The user applying the permission assignment

Methods

__construct(User $applier, Key $key, Access $access)

Assignment constructor.

string
getMessage()

No description

array
getContext()

No description

Details

__construct(User $applier, Key $key, Access $access)

Assignment constructor.

Parameters

User $applier
Key $key
Access $access

string getMessage()

No description

Return Value

string

array getContext()

No description

Return Value

array