PostProcessorInterface
PostProcessor interface.
Table of Contents
Methods
- __construct() : mixed
- Gives the Builder to the object.
- process() : string
- Process output.
Methods
__construct()
Gives the Builder to the object.
public
__construct(Builder $builder) : mixed
Parameters
- $builder : Builder
process()
Process output.
public
process(Page $page, string $output, string $format) : string
Parameters
- $page : Page
- $output : string
- $format : string