PHP Class Icicle\Concurrent\Threading\Internal\Storage

Inheritance: extends Threaded
Afficher le fichier Open project: icicleio/concurrent Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( mixed $value )
get ( ) : mixed
set ( mixed $value )

Method Details

__construct() public méthode

public __construct ( mixed $value )
$value mixed

get() public méthode

public get ( ) : mixed
Résultat mixed

set() public méthode

public set ( mixed $value )
$value mixed