$path
$path : string
URI path.
Section Route Handler
$section : \Charcoal\Cms\SectionInterface|\Charcoal\Object\RoutableInterface
The section object matching the URI path.
__invoke(\Pimple\Container $container, \Psr\Http\Message\RequestInterface $request, \Psr\Http\Message\ResponseInterface $response) : \Psr\Http\Message\ResponseInterface
\Pimple\Container | $container | A DI (Pimple) container. |
\Psr\Http\Message\RequestInterface | $request | A PSR-7 compatible Request instance. |
\Psr\Http\Message\ResponseInterface | $response | A PSR-7 compatible Response instance. |
loadSectionFromPath(\Pimple\Container $container) : \Charcoal\Cms\SectionInterface
\Pimple\Container | $container | Pimple DI container. |