PageVisitor
Allows modules to alter the page output.
Instance Methods
Returns | Signature and Description |
---|---|
Awaitable <mixed > | visit ( )Visits the page and adjusts as appropriate. |
Method Details
visit
abstract public function
visit
(Page
$page
)Visits the page and adjusts as appropriate.
Name | Type | Description |
---|---|---|
$page | Page | The Page to visit |
Type | Description |
---|---|
Awaitable <mixed > |