lib/ezi18n/classes/ezrandomtranslator.php
File containing the eZRandomTranslator 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
\eZRandomTranslator
Package: lib
File containing the eZRandomTranslator class.
- Parent(s)
- \eZTranslatorGroup < \eZTranslatorHandler
- Copyright
- Copyright (C) 1999-2011 eZ Systems AS. All rights reserved.
- License
- eZ Business Use License Agreement Version 2.0
- Version
- 4.6.0
Properties


$Handlers= ''
inheritedInherited from:
\eZTranslatorGroup::$$Handlers
Details
- Type
- n/a
- Inherited_from
- \eZTranslatorGroup::$$Handlers


$IsKeyBased= ''
Details
- Type
- n/a
- Inherited_from
- \eZTranslatorHandler::$$IsKeyBased
- Inherited_from
- \eZTranslatorGroup::$$IsKeyBased
Methods


eZTranslatorGroup(
$is_key_based
)
:
void
inherited
Inherited from:
\eZTranslatorGroup::eZTranslatorGroup()
Parameters
Name | Type | Description |
---|---|---|
$is_key_based |


eZTranslatorHandler(
$is_key_based
)
:
void
inherited
Inherited from:
\eZTranslatorHandler::eZTranslatorHandler()\eZTranslatorGroup::eZTranslatorHandler()
Parameters
Name | Type | Description |
---|---|---|
$is_key_based |


findKey(
$key
)
:
void
inherited
Inherited from:
\eZTranslatorGroup::findKey()
Parameters
Name | Type | Description |
---|---|---|
$key |


findMessage(
$context, $source, $comment
=
null
)
:
void
inherited
Inherited from:
\eZTranslatorGroup::findMessage()
Parameters
Name | Type | Description |
---|---|---|
$context | ||
$source | ||
$comment |


keyTranslate(
$key
)
:
void
inherited
Inherited from:
\eZTranslatorGroup::keyTranslate()
Parameters
Name | Type | Description |
---|---|---|
$key |


pick(
$context, $source, $comment
)
:
void
Parameters
Name | Type | Description |
---|---|---|
$context | ||
$source | ||
$comment |


registerHandler(
$handler
)
:
void
inherited
Inherited from:
\eZTranslatorGroup::registerHandler()
Parameters
Name | Type | Description |
---|---|---|
$handler |


translate(
$context, $source, $comment
=
null
)
:
void
inherited
Inherited from:
\eZTranslatorGroup::translate()
Parameters
Name | Type | Description |
---|---|---|
$context | ||
$source | ||
$comment |