PHP Class Sulu\Bundle\MarkupBundle\Listener\MarkupListener

Afficher le fichier Open project: sulu/sulu

Méthodes publiques

Méthode Description
__construct ( array $markupParser )
replaceMarkup ( FilterResponseEvent $event ) Parses content of response and set the replaced html as new content.

Method Details

__construct() public méthode

public __construct ( array $markupParser )
$markupParser array

replaceMarkup() public méthode

Parses content of response and set the replaced html as new content.
public replaceMarkup ( FilterResponseEvent $event )
$event Symfony\Component\HttpKernel\Event\FilterResponseEvent