PHP Class PHPDaemon\Utils\PlainJSON

Author: Vasily Zorin ([email protected])
Inheritance: implements JsonSerializable, use trait PHPDaemon\Traits\ClassWatchdog, use trait PHPDaemon\Traits\StaticObjectWatchdog
Datei anzeigen Open project: kakserpom/phpdaemon

Protected Properties

Property Type Description
$id
$tr

Public Methods

Method Description
__construct ( string $str ) Save
__destruct ( ) Clean cache
apply ( string $data ) : string Apply
jsonSerialize ( ) : string jsonSerialize

Method Details

__construct() public method

Save
public __construct ( string $str )
$str string JSON string

__destruct() public method

Clean cache
public __destruct ( )

apply() public static method

Apply
public static apply ( string $data ) : string
$data string JSON string
return string Result JSON

jsonSerialize() public method

jsonSerialize
public jsonSerialize ( ) : string
return string

Property Details

$id protected_oe property

protected $id

$tr protected_oe static_oe property

protected static $tr