class GPBEmpty
Same name in this branch
- 11.1.x vendor/google/protobuf/src/Google/Protobuf/GPBEmpty.php \Google\Protobuf\GPBEmpty
Hierarchy
- class \GPBMetadata\Google\Protobuf\GPBEmpty
Expanded class hierarchy of GPBEmpty
File
-
vendor/
google/ protobuf/ src/ GPBMetadata/ Google/ Protobuf/ GPBEmpty.php, line 7
Namespace
GPBMetadata\Google\ProtobufView source
class GPBEmpty {
public static $is_initialized = false;
public static function initOnce() {
$pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool();
if (static::$is_initialized == true) {
return;
}
$pool->internalAddGeneratedFile('
�
google/protobuf/empty.protogoogle.protobuf"
EmptyB}
com.google.protobufB
EmptyProtoPZ.google.golang.org/protobuf/types/known/emptypb��GPB�Google.Protobuf.WellKnownTypesbproto3', true);
static::$is_initialized = true;
}
}
Members
Title Sort descending | Modifiers | Object type | Summary |
---|---|---|---|
GPBEmpty::$is_initialized | public static | property | |
GPBEmpty::initOnce | public static | function |