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 cDatatype

Abstract datatype class.

Direct known subclasses

cDatatypeDateTime, cDatatypeNumber

Indirect 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.php
Methods summary
public
# __construct( )
public
# set( mixed $value )

Sets this datatype to a specific value

Sets this datatype to a specific value

Parameters

$value
mixed
$value
public
# parse( mixed $value )

Parses the given value to transfer into the datatype's format

Parses the given value to transfer into the datatype's format

Parameters

$value
mixed
$value
public mixed
# get( )

Returns the effective value

Returns the effective value

Returns

mixed
public
# render( )

Renders the displayed value

Renders the displayed value

Properties summary
protected mixed $_mValue
#

Effective value

Effective value

protected mixed $_mDisplayedValue
#

Displayed value

Displayed value

CMS CONTENIDO 4.9.3 API documentation generated by ApiGen 2.8.0