\phpDocumentor\Plugin\ScrybeServiceProvider

Creates and binds the components for the generation of manuals.

Scrybe is a plugin that allows authors to write documentation in a markup format of their choosing and generate human-readable documentation from it.

Summary

Methods
Properties
Constants
register()
No public properties found
CONVERTER_FACTORY
TEMPLATE_FACTORY
CONVERTER_DEFINITION_FACTORY
FORMATS
CONVERTERS
TEMPLATE_FOLDER
addCommands()
No protected properties found
N/A
No private methods found
No private properties found
N/A

Constants

CONVERTER_FACTORY

CONVERTER_FACTORY = 'converter-factory'

TEMPLATE_FACTORY

TEMPLATE_FACTORY = 'template-factory'

CONVERTER_DEFINITION_FACTORY

CONVERTER_DEFINITION_FACTORY = 'converter_definition_factory'

FORMATS

FORMATS = 'converter_formats'

CONVERTERS

CONVERTERS = 'converters'

TEMPLATE_FOLDER

TEMPLATE_FOLDER = 'template_folder'

Methods

register()

register(\Cilex\Application  $app) 

Registers services on the given app.

Parameters

\Cilex\Application $app

An Application instance.

addCommands()

addCommands(\Cilex\Application  $app) : void

Method responsible for adding the commands for this application.

Parameters

\Cilex\Application $app