function FieldDescriptor::getName
Same name in this branch
- 11.1.x vendor/google/protobuf/src/Google/Protobuf/Internal/FieldDescriptor.php \Google\Protobuf\Internal\FieldDescriptor::getName()
Return value
string Field name
2 calls to FieldDescriptor::getName()
- FieldDescriptor::getEnumType in vendor/
google/ protobuf/ src/ Google/ Protobuf/ FieldDescriptor.php - FieldDescriptor::getMessageType in vendor/
google/ protobuf/ src/ Google/ Protobuf/ FieldDescriptor.php
File
-
vendor/
google/ protobuf/ src/ Google/ Protobuf/ FieldDescriptor.php, line 33
Class
Namespace
Google\ProtobufCode
public function getName() {
return $this->internal_desc
->getName();
}