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.