PHP Class Sulu\Component\Rest\ListBuilder\Metadata\Doctrine\Type\GroupConcatTypeMetadata

Afficher le fichier Open project: sulu/sulu Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( FieldMetadata $field, $glue )
getField ( ) : FieldMetadata Returns metadata for field.
getGlue ( ) : string Returns glue to combine the field values.

Method Details

__construct() public méthode

public __construct ( FieldMetadata $field, $glue )
$field Sulu\Component\Rest\ListBuilder\Metadata\Doctrine\FieldMetadata

getField() public méthode

Returns metadata for field.
public getField ( ) : FieldMetadata
Résultat Sulu\Component\Rest\ListBuilder\Metadata\Doctrine\FieldMetadata

getGlue() public méthode

Returns glue to combine the field values.
public getGlue ( ) : string
Résultat string