FileAccess Orion

Controller
in package
implements ContainerAwareInterface Uses ContainerAwareTrait, ControllerTrait

Controller is a simple implementation of a Controller.

It provides methods to common features needed in controllers.

Tags
deprecated

since Symfony 4.2, use "Symfony\Bundle\FrameworkBundle\Controller\AbstractController" instead.

author

Fabien Potencier fabien@symfony.com

Interfaces, Classes, Traits and Enums

ContainerAwareInterface
ContainerAwareInterface should be implemented by classes that depends on a Container.

Table of Contents

$container  : ContainerInterface
setContainer()  : mixed
getParameter()  : mixed
Gets a container configuration parameter by its name.

Properties

Methods

getParameter()

Gets a container configuration parameter by its name.

protected getParameter(string $name) : mixed
Parameters
$name : string
Tags
final
Return values
mixed

Search results