\phpDocumentor\Guides\HandlersRenderHandler

Summary

Methods
Properties
Constants
__construct()
handle()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$metas
$renderer
$router
$urlGenerator
N/A

Properties

$metas

$metas : \phpDocumentor\Guides\Metas

Type

\phpDocumentor\Guides\Metas —

$renderer

$renderer : \phpDocumentor\Guides\Renderer

Type

\phpDocumentor\Guides\Renderer —

$router

$router : \phpDocumentor\Transformer\Router\Router

Type

\phpDocumentor\Transformer\Router\Router —

$urlGenerator

$urlGenerator : \phpDocumentor\Guides\UrlGenerator

Type

\phpDocumentor\Guides\UrlGenerator —

Methods

__construct()

__construct(\phpDocumentor\Guides\Metas  $metas, \phpDocumentor\Guides\Renderer  $renderer, \phpDocumentor\Transformer\Router\Router  $router, \phpDocumentor\Guides\UrlGenerator  $urlGenerator) : mixed

Parameters

\phpDocumentor\Guides\Metas $metas
\phpDocumentor\Guides\Renderer $renderer
\phpDocumentor\Transformer\Router\Router $router
\phpDocumentor\Guides\UrlGenerator $urlGenerator

Returns

mixed —

handle()

handle(\phpDocumentor\Guides\RenderCommand  $command) : void

Parameters

\phpDocumentor\Guides\RenderCommand $command