Sulu\Component\Rest\ListBuilder\FieldDescriptorInterface::getName PHP Метод

getName() публичный Метод

Returns the name of the field.
public getName ( ) : string
Результат string
    public function getName();

Usage Example

Пример #1
0
 /**
  * {@inheritdoc}
  */
 public function addGroupBy(FieldDescriptorInterface $fieldDescriptor)
 {
     $this->groupByFields[$fieldDescriptor->getName()] = $fieldDescriptor;
 }
All Usage Examples Of Sulu\Component\Rest\ListBuilder\FieldDescriptorInterface::getName