I18nAwareTrait
trait I18nAwareTrait
I18n aware trait.
Properties
protected I18n | $i18n | I18n. |
Methods
string
translateFieldName(string $field, string $package)
Returns a translated field name.
array
getI18nParameters(string $field, string $package)
Gets the i18n parameters.
getTranslatedErrorMessage(string $field, string $rule, string $package = null)
{@inheritdoc}
Details
at line 39
setI18n(I18n $i18n)
{@inheritdoc}
at line 53
protected string
translateFieldName(string $field, string $package)
Returns a translated field name.
at line 74
protected array
getI18nParameters(string $field, string $package)
Gets the i18n parameters.
at line 100
getTranslatedErrorMessage(string $field, string $rule, string $package = null)
{@inheritdoc}