PHP Class Aimeos\ShopBundle\Controller\AbstractController

Inheritance: extends Symfony\Bundle\FrameworkBundle\Controller\Controller
Mostrar archivo Open project: aimeos/aimeos-symfony2

Protected Methods

Method Description
getOutput ( string $clientName ) : Response Returns the output of the client and adds the header.

Method Details

getOutput() protected method

Returns the output of the client and adds the header.
protected getOutput ( string $clientName ) : Response
$clientName string Html client name
return Symfony\Component\HttpFoundation\Response Response object containing the generated output