Skip to content

Commit 0855fa2

Browse files
committed
Implement clear
1 parent b763783 commit 0855fa2

7 files changed

Lines changed: 1231 additions & 1141 deletions

File tree

php/ext/google/protobuf/hhvm/ext_protobuf.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ public function __construct(): void;
1313
<<__Native>>
1414
public function serializeToString(): string;
1515
<<__Native>>
16+
public function clear(): void;
17+
<<__Native>>
1618
public function mergeFrom(Message $other): void;
1719
<<__Native>>
1820
public function mergeFromString(string $data): void;

0 commit comments

Comments
 (0)