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

コード例 #1
0
ファイル: AbstractListBuilder.php プロジェクト: sulu/sulu
 /**
  * {@inheritdoc}
  */
 public function addGroupBy(FieldDescriptorInterface $fieldDescriptor)
 {
     $this->groupByFields[$fieldDescriptor->getName()] = $fieldDescriptor;
 }
All Usage Examples Of Sulu\Component\Rest\ListBuilder\FieldDescriptorInterface::getName