Class CMS_subobject_string

Description

Class CMS_subobject_string

represent a string

Located in /automne/classes/modules/polymod/subobjects/subobject_string.php (line 27)

CMS_grandFather
   |
   --CMS_subobject_common
      |
      --CMS_subobject_string
Method Summary
 void __construct ([integer $id = 0], [array $objectIDs = array()], [array $dbValues = array()], [boolean $public = false])
 boolean setValue (string $value)
Methods
Constructor __construct (line 47)

Constructor.

initialize object.

  • access: public
void __construct ([integer $id = 0], [array $objectIDs = array()], [array $dbValues = array()], [boolean $public = false])
  • integer $id: DB id
  • array $objectIDs: DB object values : array('objectID' => integer, 'objectFieldID' => integer, 'objectSubFieldID' => integer)
  • array $dbValues: DB values array('string dbFieldName' => 'value')
  • boolean $public: values are public or edited ? (default is edited)

Redefinition of:
CMS_subobject_common::__construct()
Constructor.
setValue (line 66)

Sets the string value.

  • return: true on success, false on failure
  • access: public
boolean setValue (string $value)
  • string $value: the string value to set

Inherited Methods

Inherited From CMS_subobject_common

 CMS_subobject_common::__construct()
 CMS_subobject_common::destroy()
 CMS_subobject_common::getID()
 CMS_subobject_common::getObjectFieldID()
 CMS_subobject_common::getObjectID()
 CMS_subobject_common::getObjectSubFieldID()
 CMS_subobject_common::getTableName()
 CMS_subobject_common::getValue()
 CMS_subobject_common::setDefinition()
 CMS_subobject_common::setObjectFieldID()
 CMS_subobject_common::setObjectID()
 CMS_subobject_common::setObjectSubFieldID()
 CMS_subobject_common::writeToPersistence()

Inherited From CMS_grandFather

 CMS_grandFather::autoload()
 CMS_grandFather::hasError()
 CMS_grandFather::log()
 CMS_grandFather::PHPErrorHandler()
 CMS_grandFather::raiseError()
 CMS_grandFather::setDebug()
 CMS_grandFather::setLog()
 CMS_grandFather::_raiseError()
 CMS_grandFather::__call()
Class Constants

Documentation generated on Wed, 15 Feb 2012 15:39:44 +0100 by phpDocumentor 1.4.3