PHP 인터페이스 eZ\Publish\Core\Helper\FieldsGroups\FieldsGroupsList

Used to group fields definitions, and apply this grouping when editing / viewing content.
파일 보기 프로젝트 열기: ezsystems/ezpublish-kernel 0 사용 예제들

공개 메소드들

메소드 설명
getDefaultGroup ( ) : string Returns the default field group identifier.
getGroups ( ) : array Returns the list of fields groups.

메소드 상세

getDefaultGroup() 공개 메소드

Returns the default field group identifier.
public getDefaultGroup ( ) : string
리턴 string

getGroups() 공개 메소드

The list is a hash, with the group identifier as the key, and the human readable string as the value. If groups are meant to be translated, they should be translated inside this service.
public getGroups ( ) : array
리턴 array hash, with the group identifier as the key, and the human readable string as the value.