\phpDocumentor\TransformerServiceProvider

This provider is responsible for registering the transformer component with the given Application.

Summary

Methods
Properties
Constants
register()
No public properties found
No constants found
provideTemplatingSystem()
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

register()

register(\Cilex\Application  $app) 

Registers services on the given app.

Parameters

\Cilex\Application $app

An Application instance.

Throws

\phpDocumentor\Transformer\Exception\MissingDependencyException

if the application does not have a descriptor.builder service.

\phpDocumentor\Transformer\Exception\MissingDependencyException

if the application does not have a serializer service.

provideTemplatingSystem()

provideTemplatingSystem(\Cilex\Application  $app) : void

Initializes the templating system in the container.

Parameters

\Cilex\Application $app