PHP 클래스 Sulu\Component\Rest\ListBuilder\Metadata\Doctrine\Type\ConcatenationTypeMetadata

파일 보기 프로젝트 열기: sulu/sulu 1 사용 예제들

공개 메소드들

메소드 설명
__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