PageVisitor

Allows modules to alter the page output.

interface PageVisitor
Copyright
2015-2016 Appertly
License
Apache-2.0

Instance Methods

Public
ReturnsSignature and Description
Awaitable<mixed>
visit(Page $page)

Visits the page and adjusts as appropriate.

Method Details

visit

abstract public function visit(Page $page)

Visits the page and adjusts as appropriate.

Parameters
NameTypeDescription
$pagePage

The Page to visit

Returns
TypeDescription
Awaitable<mixed>