PHP Interface Kraken\Util\Parser\ParserInterface

Afficher le fichier Open project: kraken-php/framework Interface Usage Examples

Méthodes publiques

Méthode Description
decode ( string $str ) : mixed Decode the object from string.
encode ( mixed $mixed ) : string Encode the object to string.

Method Details

decode() public méthode

Decode the object from string.
public decode ( string $str ) : mixed
$str string
Résultat mixed

encode() public méthode

Encode the object to string.
public encode ( mixed $mixed ) : string
$mixed mixed
Résultat string