class BlockPageEvent extends Event

Class BlockPageEvent. Custom event for block pages

Constants

BLOCK_PAGE_UPDATE_SIGNAL

Methods

__construct(mixed $entity, string $permalink, mixed $newPermalink, mixed $name)

BlockPageEvent constructor.

mixed
getPermalink()

No description

string
getNewPermalink()

No description

mixed
getName()

No description

setName(mixed $name)

No description

mixed
getEntity()

No description

setEntity(mixed $entity)

No description

Details

at line 48
__construct(mixed $entity, string $permalink, mixed $newPermalink, mixed $name)

BlockPageEvent constructor.

Parameters

mixed $entity
string $permalink
mixed $newPermalink
mixed $name

Return Value

mixed

Return Value

string

at line 75
mixed getName()

Return Value

mixed

at line 83
setName(mixed $name)

Parameters

mixed $name

at line 91
mixed getEntity()

Return Value

mixed

at line 99
setEntity(mixed $entity)

Parameters

mixed $entity