ManaPHP\Renderer::escape PHP Method

escape() public method

public escape ( string $v ) : string
$v string
return string
    public function escape($v)
    {
        return htmlentities($v, ENT_QUOTES, 'UTF-8', false);
    }