PHP Класс Sulu\Component\Rest\ListBuilder\Metadata\Doctrine\Type\ConcatenationTypeMetadata

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__construct ( $glue = ' ' )
addField ( FieldMetadata $field ) Add a field which should be combined with the other fields.
getFields ( ) : FieldMetadata[] Returns all fields which should be combined.
getGlue ( ) : string Returns glue to combine the field values.

Описание методов

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

public __construct ( $glue = ' ' )

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

Add a field which should be combined with the other fields.
public addField ( FieldMetadata $field )
$field Sulu\Component\Rest\ListBuilder\Metadata\Doctrine\FieldMetadata

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

Returns all fields which should be combined.
public getFields ( ) : FieldMetadata[]
Результат Sulu\Component\Rest\ListBuilder\Metadata\Doctrine\FieldMetadata[]

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

Returns glue to combine the field values.
public getGlue ( ) : string
Результат string