PHP Класс eZ\Publish\Core\Repository\Values\Content\TranslationValues

Наследование: extends eZ\Publish\API\Repository\Values\Content\TranslationValues
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$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