Property | Type | Description | |
---|---|---|---|
$additionalPrefix | string | additional prefix for properties. | |
$name | string | name of extension. | |
$properties | string[] |
Method | Description | |
---|---|---|
getContentData ( $container ) | ||
getFieldMapping ( ) | ||
getName ( ) | ||
setLanguageCode ( $languageCode, $languageNamespace, $namespace ) |
Method | Description | |
---|---|---|
getPropertyName ( $propertyName ) : string | returns translated property name. | |
loadProperty ( PHPCR\NodeInterface $node, string $name, string $default = '' ) : mixed | load a single property value. | |
saveProperty ( PHPCR\NodeInterface $node, array $data, string $name, string $default = '' ) | save a single property value. |
protected getPropertyName ( $propertyName ) : string | ||
$propertyName | ||
return | string |
public setLanguageCode ( $languageCode, $languageNamespace, $namespace ) |
protected string $additionalPrefix | ||
return | string |