trait GetPublicDescriptorTrait
Hierarchy
- trait \Google\Protobuf\Internal\GetPublicDescriptorTrait
3 files declare their use of GetPublicDescriptorTrait
- Descriptor.php in vendor/
google/ protobuf/ src/ Google/ Protobuf/ Descriptor.php - FieldDescriptor.php in vendor/
google/ protobuf/ src/ Google/ Protobuf/ FieldDescriptor.php - OneofDescriptor.php in vendor/
google/ protobuf/ src/ Google/ Protobuf/ OneofDescriptor.php
File
-
vendor/
google/ protobuf/ src/ Google/ Protobuf/ Internal/ GetPublicDescriptorTrait.php, line 12
Namespace
Google\Protobuf\InternalView source
trait GetPublicDescriptorTrait {
private function getPublicDescriptor($desc) {
return is_null($desc) ? null : $desc->getPublicDescriptor();
}
}