PHP Class Protobuf\Unknown

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

Méthodes publiques

Свойство Type Description
$tag integer
$type integer
$value mixed

Méthodes publiques

Méthode Description
__construct ( integer $tag, integer $type = null, mixed $value = null )

Method Details

__construct() public méthode

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

Property Details

$tag public_oe property

public int $tag
Résultat integer

$type public_oe property

public int $type
Résultat integer

$value public_oe property

public mixed $value
Résultat mixed