$options
$options : \ezcDocumentRstOptions
This is a customized RestructuredText document to register Scrybe-specific directives, roles and options.
The following directives are introduced using this class:
image
that collects the assets.figure
that collects the assets.The following roles are introduced in this class:
$converter : \phpDocumentor\Plugin\Scrybe\Converter\ConverterInterface
Converter used to retrieve global assets from.
The converter contains global assets, such as the Table of Contents, that can be used in directives and roles.
__construct(\phpDocumentor\Plugin\Scrybe\Converter\ConverterInterface $converter, \phpDocumentor\Fileset\File $file)
Sets the Scrybe-specific options, registers the roles and directives and loads the file.
\phpDocumentor\Plugin\Scrybe\Converter\ConverterInterface | $converter | |
\phpDocumentor\Fileset\File | $file |
getConverter() : \phpDocumentor\Plugin\Scrybe\Converter\ConverterInterface
Returns the converter responsible for converting this object.