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);
    }