contenido\classes\datatypes\class.datatype.currency.php
Project:
Contenido Content Management System
Description:
Requirements:
- Author
- Con_php_req
- 5.0
- Copyright
- four for business AG
- License
- http://www.contenido.org/license/LIZENZ.txt
- Link
- http://www.4fb.de
- Link
- {@internal $Id: class.datatype.currency.php 742 2008-08-27 11:06:12Z timo.trautmann $: }}
- Package
- Contenido Backend classes
- Version
- 1.0
Constants
\cDatatypeCurrency
Package: Default










- Parent(s)
- \cDatatypeNumber < \cDatatype
Properties

$_iPrecisioninheritedInherited from:
\cDatatypeNumber::$$_iPrecision
Details
- Type
- n/a
- Inherited_from
- \cDatatypeNumber::$$_iPrecision

$_mDisplayedValueDetails
- Type
- n/a
- Inherited_from
- \cDatatype::$$_mDisplayedValue
- Inherited_from
- \cDatatypeNumber::$$_mDisplayedValue

$_sDecimalPointCharacterinheritedInherited from:
\cDatatypeNumber::$$_sDecimalPointCharacter
Details
- Type
- n/a
- Inherited_from
- \cDatatypeNumber::$$_sDecimalPointCharacter

$_sThousandSeparatorCharacterinheritedInherited from:
\cDatatypeNumber::$$_sThousandSeparatorCharacter
Details
- Type
- n/a
- Inherited_from
- \cDatatypeNumber::$$_sThousandSeparatorCharacter
Methods

getDecimalPointCharacter() : voidinheritedInherited from:
\cDatatypeNumber::getDecimalPointCharacter()

getThousandSeparatorCharacter() : voidinheritedInherited from:
\cDatatypeNumber::getThousandSeparatorCharacter()

parse( $value) : voidinheritedInherited from:
\cDatatypeNumber::parse()
Parameters
| Name | Type | Description |
|---|---|---|
| $value |

set( $value) : voidinheritedInherited from:
\cDatatypeNumber::set()
Parameters
| Name | Type | Description |
|---|---|---|
| $value |

setDecimalPointCharacter( $sCharacter) : voidinheritedInherited from:
\cDatatypeNumber::setDecimalPointCharacter()
Parameters
| Name | Type | Description |
|---|---|---|
| $sCharacter |

setPrecision( $iPrecision) : voidinheritedInherited from:
\cDatatypeNumber::setPrecision()
Parameters
| Name | Type | Description |
|---|---|---|
| $iPrecision |

setThousandSeparatorCharacter( $sCharacter) : voidinheritedInherited from:
\cDatatypeNumber::setThousandSeparatorCharacter()
Parameters
| Name | Type | Description |
|---|---|---|
| $sCharacter |