AttachmentConfigurationInterface
in
Interface AttachmentConfigurationInterface
Tags
Table of Contents
- getConfigurationHash() : string
- Returns the attachment configuration value (hash)
- getConfigurationKey() : string
- Returns the attachment configuration key
- getLanguageCode() : string
- Returns the attachment configuration language code.
- getNamespace() : string
- Returns the namespace of the attachment configuration
- isEqual() : bool
- Checks if the given hash is identical as the property
- setConfigurationHash() : AttachmentConfigurationInterface
- Sets the value of the configuration hash
Methods
getConfigurationHash()
Returns the attachment configuration value (hash)
public
getConfigurationHash() : string
Return values
string —getConfigurationKey()
Returns the attachment configuration key
public
getConfigurationKey() : string
Return values
string —getLanguageCode()
Returns the attachment configuration language code.
public
getLanguageCode() : string
Return values
string —getNamespace()
Returns the namespace of the attachment configuration
public
getNamespace() : string
Return values
string —isEqual()
Checks if the given hash is identical as the property
public
isEqual(string $hash) : bool
Parameters
- $hash : string
Return values
bool —setConfigurationHash()
Sets the value of the configuration hash
public
setConfigurationHash(string $hash) : AttachmentConfigurationInterface
Parameters
- $hash : string