Sulu\Component\Rest\ListBuilder\FieldDescriptorInterface::getName PHP Method

getName() public method

Returns the name of the field.
public getName ( ) : string
return string
    public function getName();

Usage Example

Ejemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function addGroupBy(FieldDescriptorInterface $fieldDescriptor)
 {
     $this->groupByFields[$fieldDescriptor->getName()] = $fieldDescriptor;
 }
All Usage Examples Of Sulu\Component\Rest\ListBuilder\FieldDescriptorInterface::getName