PHP Class ProtobufTest\FooStub_MessageSerializerTest

Inheritance: extends Protobuf\AbstractMessage
Afficher le fichier Open project: protobuf-php/protobuf Class Usage Examples

Méthodes publiques

Свойство Type Description
$calls

Méthodes publiques

Méthode Description
__construct ( $stream = null, Configuration $configuration = null )
clear ( )
extensions ( )
fromStream ( $stream, Configuration $configuration = null )
merge ( Message $message )
readFrom ( Protobuf\ReadContext $context )
serializedSize ( ComputeSizeContext $context )
toStream ( Configuration $configuration = null )
unknownFieldSet ( )
writeTo ( WriteContext $context )

Method Details

__construct() public méthode

public __construct ( $stream = null, Configuration $configuration = null )
$configuration Protobuf\Configuration

clear() public méthode

public clear ( )

extensions() public méthode

public extensions ( )

fromStream() public static méthode

public static fromStream ( $stream, Configuration $configuration = null )
$configuration Protobuf\Configuration

merge() public méthode

public merge ( Message $message )
$message Protobuf\Message

readFrom() public méthode

public readFrom ( Protobuf\ReadContext $context )
$context Protobuf\ReadContext

serializedSize() public méthode

public serializedSize ( ComputeSizeContext $context )
$context Protobuf\ComputeSizeContext

toStream() public méthode

public toStream ( Configuration $configuration = null )
$configuration Protobuf\Configuration

unknownFieldSet() public méthode

public unknownFieldSet ( )

writeTo() public méthode

public writeTo ( WriteContext $context )
$context Protobuf\WriteContext

Property Details

$calls public_oe static_oe property

public static $calls