Protobuf\Unknown::__construct PHP Метод

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

public __construct ( integer $tag, integer $type = null, mixed $value = null )
$tag integer
$type integer
$value mixed
    public function __construct($tag = 0, $type = null, $value = null)
    {
        $this->tag = $tag;
        $this->type = $type;
        $this->value = $value;
    }