PHP Class Contao\CoreBundle\Controller\InsertTagsController

Do not just call this Controller directly! It is supposed to be used within ESI requests that are protected by the fragment uri signer of Symfony. If you call it directly, make sure you check for all permissions needed because insert tags can contain arbitrary data!
Inheritance: extends Symfony\Bundle\FrameworkBundle\Controller\Controller
Afficher le fichier Open project: contao/core-bundle Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( $framework ) Constructor.
renderAction ( string $insertTag ) : Response Renders an insert tag.

Method Details

__construct() public méthode

Constructor.
public __construct ( $framework )
$framework

renderAction() public méthode

Renders an insert tag.
public renderAction ( string $insertTag ) : Response
$insertTag string
Résultat Symfony\Component\HttpFoundation\Response