\phpDocumentor\PartialsServiceProvider

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

Summary

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

Methods

register()

register(\Cilex\Application  $app) : void

Registers services on the given app.

Parameters

\Cilex\Application $app

An Application instance

Throws

\phpDocumentor\Partials\Exception\MissingNameForPartialException

if a partial has no name provided.