Maslosoft Mangan API
Interface InternationalInterface
Implement this interface on your model to anable I18N fields support
Direct known implementers
Indirect known implementers
Maslosoft\Mangan\Document,
Maslosoft\Mangan\EmbeddedDocument,
Maslosoft\Mangan\Example\ExampleAddress,
Maslosoft\Mangan\Example\ExampleUser,
Maslosoft\Mangan\Interfaces\ActiveRecordInterface,
Maslosoft\Mangan\Model\File,
Maslosoft\Mangan\Model\Image,
Maslosoft\Mangan\Model\Trash,
Maslosoft\Mangan\Model\TrashItem
Author: Piotr Maselkowski
Located at Interfaces/InternationalInterface.php
Methods summary
public
string
|
|
public
|
|
public
mixed[]
|
|
public
|
#
setRawI18N( mixed[] $values )
Set i18n values in all languages.
This method must keep |
public
string[]
|
|
public
|
|
public
|
|
public
|
Constants summary
string |
EventBeforeLanguagesSet
|
#
'beforeLanguagesSet'
|
string |
EventAfterLanguagesSet
|
#
'afterLanguagesSet'
|
string |
EventBeforeLangChange
|
#
'beforeLangChange'
|
string |
EventAfterLangChange
|
#
'afterLangChange'
|