PHP Class Icicle\Concurrent\Threading\Internal\Storage

Inheritance: extends Threaded
Datei anzeigen Open project: icicleio/concurrent Class Usage Examples

Public Methods

Method Description
__construct ( mixed $value )
get ( ) : mixed
set ( mixed $value )

Method Details

__construct() public method

public __construct ( mixed $value )
$value mixed

get() public method

public get ( ) : mixed
return mixed

set() public method

public set ( mixed $value )
$value mixed