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


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


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


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


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


getDecimalPointCharacter() : void
inheritedInherited from:
\cDatatypeNumber::getDecimalPointCharacter()


getThousandSeparatorCharacter() : void
inheritedInherited from:
\cDatatypeNumber::getThousandSeparatorCharacter()


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


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


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


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


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