Index controller

A demo controller for unit test
author Damien Jarry
version 1.0
uses Controller
uses Template

 Methods

Controller for index action

indexAction(string $name) : array
Template ("@test_views/index.html.twig")

Parameters

$name

string

A name to show on the page

Returns

arrayAn array of variables

Controller for indexResponse action

indexResponseAction(string $name) : \GeekyHouse\ExternalTrackingBundle\Tests\Controller\Controller\Response

Parameters

$name

string

A name to show on the page

Returns

\GeekyHouse\ExternalTrackingBundle\Tests\Controller\Controller\ResponseA Response instance