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
    • NavigationMain
    • 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 cDatatypeCurrency

Currency datatype class.

cDatatype
Extended by cDatatypeNumber
Extended by cDatatypeCurrency
Package: Core\Datatype
Copyright: four for business AG <www.4fb.de>
License: http://www.contenido.org/license/LIZENZ.txt
Author: unknown
Located at classes/datatypes/class.datatype.currency.php
Methods summary
public
# __construct( )

Overrides

cDatatypeNumber::__construct()
public
# setCurrencySymbol( mixed $sSymbol )
public
# getCurrencySymbol( )
public
# setCurrencySymbolLocation( mixed $cLocation )

Throws

cInvalidArgumentException
if the given location is not one of the constants cDatatypeCurrency::LEFT and cDatatypeCurrency::RIGHT
public
# render( )

Renders the displayed value

Renders the displayed value

Overrides

cDatatypeNumber::render()
Methods inherited from cDatatypeNumber
get(), getDecimalPointCharacter(), getThousandSeparatorCharacter(), parse(), set(), setDecimalPointCharacter(), setPrecision(), setThousandSeparatorCharacter()
Constants summary
integer LEFT 1
#
integer RIGHT 2
#
Properties summary
protected mixed $_cCurrencyLocation
#
protected mixed $_sCurrencySymbol
#
Properties inherited from cDatatypeNumber
$_iPrecision, $_sDecimalPointCharacter, $_sThousandSeparatorCharacter
Properties inherited from cDatatype
$_mDisplayedValue, $_mValue
CMS CONTENIDO 4.9.0 API documentation generated by ApiGen 2.8.0