PHP Класс Bolt\Controller\Async\Widget

Автор: Gawain Lynch ([email protected])
Автор: Carson Full ([email protected])
Наследование: extends Bolt\Controller\Async\AsyncBase
Показать файл Открыть проект

Открытые методы

Метод Описание
before ( Request $request ) Override of async request before method.
widget ( Request $request, string $key ) : Response Render a widget, and return the HTML, so it can be inserted in the page.

Защищенные методы

Метод Описание
addRoutes ( Silex\ControllerCollection $c )

Описание методов

addRoutes() защищенный Метод

protected addRoutes ( Silex\ControllerCollection $c )
$c Silex\ControllerCollection

before() публичный Метод

NOTE: Routes on this controller *MUST* check their own authentication where it is applicable.
public before ( Request $request )
$request Symfony\Component\HttpFoundation\Request

widget() публичный Метод

Render a widget, and return the HTML, so it can be inserted in the page.
public widget ( Request $request, string $key ) : Response
$request Symfony\Component\HttpFoundation\Request
$key string
Результат Symfony\Component\HttpFoundation\Response