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