Method | Description | |
---|---|---|
__construct ( |
||
create ( $data = '' ) : |
||
createFromPage ( |
||
createFromPageWithBody ( string $view, array $parameters = [], |
Creates a new PageResponse object based on a Node object. | |
createFromRoute ( null $routeName = null, string | array | null $contents = null ) : |
Creates a new PageResponse object based on the current found route (using Symfony's router) or using $routeName. | |
createFromRouteWithBody ( string $view, array $parameters = [], null | string $routeName = null ) : |
Creates a new PageResponse object based on the current found route (using Symfony's router) or using $routeName. | |
createPageFromRoute ( string | null $routeName = null ) : |
Creates a Node object based on given $routeName or current route. | |
createPluginResponse ( $data = '' ) : |
public __construct ( |
||
$jarves | ||
$pageStack | ||
$stopwatch | ||
$assetCompilerContainer | ||
$eventDispatcher | Symfony\Component\EventDispatcher\EventDispatcherInterface | |
$templating | Symfony\Component\Templating\EngineInterface | |
$editMode | ||
$router | ||
$cacher |
public createFromPageWithBody ( string $view, array $parameters = [], |
||
$view | string | |
$parameters | array | |
$page | ||
return |
public createPageFromRoute ( string | null $routeName = null ) : |
||
$routeName | string | null | |
return |
public createPluginResponse ( $data = '' ) : |
||
return |