PHP 클래스 eZ\Publish\Core\Repository\Values\Content\TranslationValues

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

공개 프로퍼티들

프로퍼티 타입 설명
$fields FieldCollection

공개 메소드들

메소드 설명
setField ( string $fieldDefIdentifier, mixed $value ) Adds a translated field to the field collection in the given language This method is also be implemented by ArrayAccess so that $fields[$fieldDefIdentifier] = $value is an equivalent call.

메소드 상세

setField() 공개 메소드

Adds a translated field to the field collection in the given language This method is also be implemented by ArrayAccess so that $fields[$fieldDefIdentifier] = $value is an equivalent call.
public setField ( string $fieldDefIdentifier, mixed $value )
$fieldDefIdentifier string the identifier of the field definition
$value mixed Either a plain value which is understandable by the field type or an instance of a Value class provided by the field type

프로퍼티 상세

$fields 공개적으로 프로퍼티

public FieldCollection $fields
리턴 FieldCollection