Icicle\Concurrent\Threading\Parcel::__construct PHP Метод

__construct() публичный Метод

Creates a new shared object container.
public __construct ( mixed $value )
$value mixed The value to store in the container.
    public function __construct($value)
    {
        $this->init($value);
    }