lib/ezi18n/classes/eztranslatormanager.php
File containing the eZTranslatorManager class.
- Copyright
- Copyright (C) 1999-2011 eZ Systems AS. All rights reserved.
- License
- eZ Business Use License Agreement Version 2.0
- Package
- lib
- Version
- 4.6.0
\eZTranslatorManager
Package: lib
File containing the eZTranslatorManager class.
- Copyright
- Copyright (C) 1999-2011 eZ Systems AS. All rights reserved.
- License
- eZ Business Use License Agreement Version 2.0
- Version
- 4.6.0
Constants
Properties
Methods

createKey(
$context, $source, $comment
=
null
)
:
void
static
Parameters
| Name | Type | Description |
|---|---|---|
| $context | ||
| $source | ||
| $comment |

createMessage(
$context, $source, $comment
=
null, $translation
=
null
)
:
void
static
Parameters
| Name | Type | Description |
|---|---|---|
| $context | ||
| $source | ||
| $comment | ||
| $translation |

findMessage(
$context, $source, $comment
=
null
)
:
void
Parameters
| Name | Type | Description |
|---|---|---|
| $context | ||
| $source | ||
| $comment |

instance(
)
:
\eZTranslatorManager
static
Returns a shared instance of the eZTranslatorManager class.
Returns
| Type | Description |
|---|---|
| \eZTranslatorManager |

setActiveTranslation(
$locale, $permanently
=
true
)
:
void
static
Parameters
| Name | Type | Description |
|---|---|---|
| $locale | ||
| $permanently |