PHP 클래스 eZ\Publish\Core\REST\Client\Values\User\UserGroupCreateStruct

또한 보기: eZ\Publish\API\Repository\Values\User\UserGroupCreateStruct
상속: extends eZ\Publish\API\Repository\Values\User\UserGroupCreateStruct
파일 보기 프로젝트 열기: ezsystems/ezpublish-kernel

보호된 프로퍼티들

프로퍼티 타입 설명
$fields eZ\Publish\API\Repository\Values\Content\Field[]

공개 메소드들

메소드 설명
setField ( string $fieldDefIdentifier, mixed $value, string | null $language = null ) Adds a field to the field collection.

메소드 상세

setField() 공개 메소드

This method could also be implemented by a magic setter so that $fields[$fieldDefIdentifier][$language] = $value or without language $fields[$fieldDefIdentifier] = $value is an equivalent call.
public setField ( string $fieldDefIdentifier, mixed $value, string | null $language = null )
$fieldDefIdentifier string the identifier of the field definition
$value mixed Either a plain value which is understandable by the corresponding field type or an instance of a Value class provided by the field type
$language string | null If not given on a translatable field the initial language is used

프로퍼티 상세

$fields 보호되어 있는 프로퍼티

protected Field[],eZ\Publish\API\Repository\Values\Content $fields
리턴 eZ\Publish\API\Repository\Values\Content\Field[]