Icicle\Concurrent\Threading\Internal\Storage::set PHP Method

set() public method

public set ( mixed $value )
$value mixed
    public function set($value)
    {
        $this->value = $value;
    }

Usage Example

Example #1
0
 /**
  * {@inheritdoc}
  */
 protected function wrap($value)
 {
     $this->storage->set($value);
 }