CDM
[ class tree: CDM ] [ index: CDM ] [ all elements ]

Class: CDMMeta

Source Location: /modules/xbs_cdm/class/class.cdm.base.php

Class Overview

XoopsObject
   |
   --CDMBaseObject
      |
      --CDMMeta

CDMMeta Object


Author(s):

  • Kazumi Ono (AKA onokazu)

Copyright:

  • copyright © 2000 XOOPS.org

Methods


Inherited Variables

Inherited Methods

Class: CDMBaseObject

CDMBaseObject::CDMBaseObject()
Constructor
CDMBaseObject::getCurrentDateTime()
Return date-time in format for insertion into timestamp field of row_dt
CDMBaseObject::setActive()
Make the object Active (default for all new objects)
CDMBaseObject::setDefunct()
Defunct the object (permanent measure to deactivate the object)
CDMBaseObject::setRowInfo()
Set the row information prior to an update/insert etc
CDMBaseObject::setSuspend()
Suspend the object (usually a temporary measure)

Class: XoopsObject

XoopsObject::XoopsObject()
constructor
XoopsObject::assignVar()
assign a value to a variable
XoopsObject::cleanVars()
clean values of all variables of the object for storage.
XoopsObject::getErrors()
return the errors for this object as an array
XoopsObject::getHtmlErrors()
return the errors for this object as html
XoopsObject::getVar()
returns a specific variable for the object in a proper format
XoopsObject::getVars()
returns all variables for the object
XoopsObject::initVar()
initialize variables for the object
XoopsObject::isDirty()
mark modified objects as dirty
XoopsObject::isNew()
used for new/clone objects
XoopsObject::registerFilter()
dynamically register additional filter for the object
XoopsObject::setDirty()
mark modified objects as dirty
XoopsObject::setErrors()
add an error
XoopsObject::setNew()
used for new/clone objects
XoopsObject::setVar()
assign a value to a variable
XoopsObject::unsetDirty()
mark modified objects as dirty
XoopsObject::unsetNew()
used for new/clone objects
XoopsObject::xoopsClone()
create a clone(copy) of the current object

Class Details

[line 378]
CDMMeta Object

Organises meta data information for a code set. To instantiate this object use:

  1. $metaHandler =& xoops_getmodulehandler("CDMMeta",CDM_DIR);
  2. $metaData =& $metaHandler->get($id);




Tags:

copyright:  copyright © 2000 XOOPS.org
author:  Kazumi Ono (AKA onokazu)


[ Top ]


Class Methods


constructor CDMMeta [line 392]

CDMMeta CDMMeta( )

Constructor

The following variables are instantiated for access via ->getVar()

  1. $this->initVar('cd_set',XOBJ_DTYPE_TXTBOX,null,10);
  2. $this->initVar('cd_type',XOBJ_DTYPE_OTHER,null);
  3. $this->initVar('cd_len',XOBJ_DTYPE_INT,null);
  4. $this->initVar('val_type',XOBJ_DTYPE_OTHER,null);
  5. $this->initVar('val_len',XOBJ_DTYPE_INT,null);
  6. $this->initVar('cd_desc',XOBJ_DTYPE_TXTAREA,null);




[ Top ]


Documentation generated on Fri, 03 Mar 2006 08:55:54 +0000 by phpDocumentor 1.3.0RC3