escapeJs example


    public function escapeHtmlAttr($string)
    {
        return $this->escaper->escapeHtmlAttr((string) $string);
    }

    /** * {@inheritdoc} */
    public function escapeJs($string)
    {
        return $this->escaper->escapeJs((string) $string);
    }

    /** * {@inheritdoc} */
    public function escapeCss($string)
    {
        return $this->escaper->escapeCss((string) $string);
    }

    /** * {@inheritdoc} */
Home | Imprint | This part of the site doesn't use cookies.