lib/ezi18n/classes/ezchartransform.php
File containing the eZCharTransform 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
\eZCharTransform
Package: lib
File containing the eZCharTransform 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
Methods


cacheFilePath(
$prefix, $suffix, $key
)
:
void
Parameters
Name | Type | Description |
---|---|---|
$prefix | ||
$suffix | ||
$key |


commandUrlCleanup(
$text, $charsetName
)
:
void
static
Parameters
Name | Type | Description |
---|---|---|
$text | ||
$charsetName |


commandUrlCleanupCompat(
$text, $charsetName
)
:
void
static
Parameters
Name | Type | Description |
---|---|---|
$text | ||
$charsetName |


commandUrlCleanupIRI(
$text, $charsetName
)
:
void
static
Parameters
Name | Type | Description |
---|---|---|
$text | ||
$charsetName |


executeCacheFile(
$text, $filepath, $timestamp
=
false
)
:
void
Parameters
Name | Type | Description |
---|---|---|
$text | ||
$filepath | ||
$timestamp |


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


storeCacheFile(
$filepath, $transformationData, $extraCode, $type, $charsetName
)
:
void
Parameters
Name | Type | Description |
---|---|---|
$filepath | ||
$transformationData | ||
$extraCode | ||
$type | ||
$charsetName |


transform(
$text, $rule, $charset
=
false, $useCache
=
true
)
:
void
Parameters
Name | Type | Description |
---|---|---|
$text | ||
$rule | ||
$charset | ||
$useCache |


transformByGroup(
$text, $group, $charset
=
false, $useCache
=
true
)
:
void
Parameters
Name | Type | Description |
---|---|---|
$text | ||
$group | ||
$charset | ||
$useCache |