Overview

Packages

  • Core
    • Authentication
    • Backend
    • Cache
    • CEC
    • Chain
    • ContentType
    • Database
    • Datatype
    • Debug
    • Exception
    • Frontend
      • Search
      • URI
      • Util
    • GenericDB
      • Model
    • GUI
      • HTML
    • I18N
    • LayoutHandler
    • Log
    • Security
    • Session
    • Util
    • Validation
    • Versioning
    • XML
  • Module
    • ContentSitemapHtml
    • ContentSitemapXml
    • ContentUserForum
    • NavigationTop
  • mpAutoloaderClassMap
  • None
  • Plugin
    • ContentAllocation
    • CronjobOverview
    • FormAssistant
    • FrontendLogic
    • FrontendUsers
    • Linkchecker
    • ModRewrite
    • Newsletter
    • Repository
      • FrontendNavigation
      • KeywordDensity
    • SearchSolr
    • SmartyWrapper
    • UrlShortener
    • UserForum
    • Workflow
  • PluginManager
  • Setup
    • Form
    • GUI
    • Helper
      • Environment
      • Filesystem
      • MySQL
      • PHP
    • UpgradeJob

Classes

  • cDatatype
  • cDatatypeCurrency
  • cDatatypeDateTime
  • cDatatypeNumber
  • Overview
  • Package
  • Class
  • Tree
  • Deprecated
  • Todo

Class cDatatypeNumber

Number datatype class.

cDatatype
Extended by cDatatypeNumber

Direct known subclasses

cDatatypeCurrency
Package: Core\Datatype
Deprecated: 2013-11-17 This class is not longer supported.
Copyright: four for business AG <www.4fb.de>
License: http://www.contenido.org/license/LIZENZ.txt
Author: unknown
Located at classes/datatypes/class.datatype.number.php
Methods summary
public
# __construct( )

Overrides

cDatatype::__construct()
public
# set( mixed $value )

(non-PHPdoc)

(non-PHPdoc)

Parameters

$value
mixed
$value

See

cDatatype::set()

Overrides

cDatatype::set()
public mixed
# get( )

(non-PHPdoc)

(non-PHPdoc)

Returns

mixed

See

cDatatype::get()

Overrides

cDatatype::get()
public
# setPrecision( integer $iPrecision )

Parameters

$iPrecision
integer
$iPrecision
public
# setDecimalPointCharacter( string $sCharacter )

Parameters

$sCharacter
string
$sCharacter
public string
# getDecimalPointCharacter( )

Returns

string
public
# setThousandSeparatorCharacter( string $sCharacter )

Parameters

$sCharacter
string
$sCharacter
public string
# getThousandSeparatorCharacter( )

Returns

string
public
# parse( mixed $value )

Parameters

$value
mixed
$value

Throws

cException
if the decimal separator character and the thousand separator character are equal

Overrides

cDatatype::parse()
public
# render( )

(non-PHPdoc)

(non-PHPdoc)

See

cDatatype::render()

Overrides

cDatatype::render()
Properties summary
protected integer $_iPrecision
#
protected string $_sThousandSeparatorCharacter
#
protected string $_sDecimalPointCharacter
#
Properties inherited from cDatatype
$_mDisplayedValue, $_mValue
CMS CONTENIDO 4.9.3 API documentation generated by ApiGen 2.8.0