PHP Class Protobuf\Unknown

Author: Iván Montes ([email protected])
Author: Fabio B. Silva ([email protected])
Show file Open project: protobuf-php/protobuf

Public Properties

Property Type Description
$tag integer
$type integer
$value mixed

Public Methods

Method Description
__construct ( integer $tag, integer $type = null, mixed $value = null )

Method Details

__construct() public method

public __construct ( integer $tag, integer $type = null, mixed $value = null )
$tag integer
$type integer
$value mixed

Property Details

$tag public property

public int $tag
return integer

$type public property

public int $type
return integer

$value public property

public mixed $value
return mixed