Documentation

Markup
in package
implements Countable, JsonSerializable

Marks a content as safe.

Tags
author

Fabien Potencier fabien@symfony.com

Interfaces, Classes and Traits

Countable
JsonSerializable

Table of Contents

$charset  : mixed
$content  : mixed
__construct()  : mixed
__toString()  : mixed
count()  : int
jsonSerialize()  : mixed

Properties

Methods

__construct()

public __construct(mixed $content, mixed $charset) : mixed
Parameters
$content : mixed
$charset : mixed
Return values
mixed

__toString()

public __toString() : mixed
Return values
mixed

count()

public count() : int
Return values
int

jsonSerialize()

public jsonSerialize() : mixed
Return values
mixed

Search results