Class CMS_grandFather

Description

Class CMS_grandFather

This class is the ancestor of all CMS classes

Located in /automne/classes/common/grandfather.php (line 27)


	
			
Direct descendents
Class Description
 class CMS_modulesCodes Class CMS_modulesCodes
 class CMS_moduleClientspace Class CMS_moduleClientspace
 class CMS_modulesTags Class CMS_modulesTags
 class CMS_moduleCategories_catalog Class CMS_moduleCategories_catalog
 class CMS_moduleCategory Class CMS_moduleCategory
 class CMS_moduleClientspace_standard_catalog Class CMS_moduleClientspace_standard_catalog
 class CMS_row Class CMS_row
 class CMS_rowsCatalog Class CMS_rowsCatalog
 class CMS_blocksCatalog Class CMS_blocksCatalog
 class CMS_block Class CMS_block
 class CMS_module_import Class CMS_module_import
 class CMS_module_export Class CMS_module_export
 class CMS_module Class CMS_module
 class CMS_modulesCatalog Class CMS_modulesCatalog
 class CMS_forms_search Class CMS_resource_cms_news_search
 class CMS_forms_sendingsSearch Class CMS_forms_sendingsSearch
 class CMS_forms_formular Class CMS_forms_formular
 class CMS_forms_record Class CMS_forms_record
 class CMS_forms_sender Class CMS_forms_sender
 class CMS_forms_field Class CMS_forms_field
 class CMS_forms_formularCategories Class CMS_forms_formularCategories
 class CMS_object_common Class CMS_object_common
 class CMS_object_search Class CMS_object_search
 class CMS_poly_plugin_definitions Class CMS_poly_plugin_definitions Represent a plugin definition for a poly_object
 class CMS_poly_rss_definitions Class CMS_poly_rss_definitions Represent an RSS definition for an object
 class CMS_subobject_common Class CMS_subobject_common
 class CMS_polymod_definition_parsing Class CMS_polymod_definition_parsing
 class CMS_poly_object_definition Class CMS_poly_object_definition
 class CMS_object_i18nm Class CMS_object_i18nm
 class CMS_dialog_href Class CMS_dialog_href
 class CMS_context Class CMS_context
 class CMS_stats Class CMS_stats
 class CMS_view Class CMS_view
 class CMS_JSDialog Class CMS_JSDialog
 class CMS_wysiwyg_toolbar Class CMS_wysiwyg_toolbar
 class CMS_dialog_listboxes Class CMS_dialog_listboxes
 class CMS_textEditor Class CMS_dialog
 class CMS_fileUpload_dialog Class CMS_fileUpload_dialog
 class CMS_subMenu Class CMS_subMenu
 class CMS_subMenus Class CMS_subMenus
 class CMS_contactDatas_catalog Class CMS_contactDatas_catalog
 class CMS_href Class Href
 class CMS_emailsCatalog Class CMS_emailsCatalog
 class CMS_language Class CMS_language
 class CMS_search Class CMS_search
 class CMS_action Class CMS_action
 class CMS_stack Class CMS_stack
 class CMS_log Class CMS_log
 class CMS_date Class CMS_date
 class CMS_contactData Class CMS_contactData
 class CMS_log_catalog Class CMS_log_catalog
 class CMS_languagesCatalog Class CMS_languagesCatalog
 class CMS_email Class CMS_email
 class CMS_oembed Class CMS_oembed
 class SensitiveIO Class SensitiveIO
 class CMS_actions Class CMS_actions
 class CMS_query Class CMS_query
 class CMS_pageTemplate Class CMS_pageTemplate
 class CMS_pageTemplatesCatalog Class CMS_pageTemplatesCatalog
 class CMS_websitesCatalog Class CMS_websitesCatalog
 class CMS_website Class CMS_website
 class CMS_tree Class CMS_tree
 class CMS_resource Class CMS_resource
 class CMS_resourceValidation Class CMS_resourceValidation
 class CMS_resourceValidationsCatalog Class CMS_resourceValidationsCatalog
 class CMS_resourceStatus Class CMS_resourceStatus
 class CMS_resourceValidationInfo Class CMS_resourceValidationInfo
 class CMS_session Class CMS_session
 class CMS_auth Class CMS_auth
 class CMS_profile_usersCatalog Class CMS_profile_usersCatalog
 class CMS_moduleCategoriesClearances Class CMS_moduleCategoriesClearances
 class CMS_profile_usersGroupsCatalog Class CMS_profile_usersGroupsCatalog
 class CMS_profile Class CMS_Profile
 class CMS_archive Class CMS_archive
 class CMS_patch Class CMS_patch
 class CMS_fileUpload Class CMS_fileUpload
 class CMS_cache static Class CMS_cache Represent a cache object
 class CMS_file Class CMS_file
 class CMS_xml2Array Class CMS_xml2Array
 class CMS_array2Xml Class CMS_array2Xml
 class CMS_linxCondition Class CMS_linxCondition
 class CMS_array2csv Class CMS_array2csv
 class CMS_linxesCatalog Class CMS_linxesCatalog
 class CMS_linx Class CMS_linx
 class CMS_linxNodespec Class CMS_linxNodespec
 class CMS_XMLTag Class CMS_XMLTag
 class CMS_linxDisplay Class CMS_linxDisplay
 class CMS_XMLParser Class CMS_XMLParser
 class backgroundScript background script abstract class
Class Constant Summary
 ERROR_LOG = "cms_error_log"
 SYSTEM_LABEL = "Automne (TM)"
Method Summary
 static true autoload ( $classname)
 static true PHPErrorHandler ( $errno,  $errstr,  $errfile,  $errline,  $errcontext)
 boolean hasError ()
 void log ( $errorMessage, [ $encodeOutput = false], string $message, boolean $encodeOutput,)
 void raiseError (string $errorMessage, [ $encodeOutput = false], boolean $encodeOutput,)
 void setDebug (boolean $activated)
 void setLog (boolean $activated)
 void _raiseError (string $errorMessage, [ $encodeOutput = false], [ $error = true], boolean $encodeOutput,)
 false __call ( $name,  $parameters)
Methods
static autoload (line 230)

Automne autoload handler

  • access: public
static true autoload ( $classname)
  • $classname
static PHPErrorHandler (line 184)

PHP error handler

  • access: public
static true PHPErrorHandler ( $errno,  $errstr,  $errfile,  $errline,  $errcontext)
  • $errno
  • $errstr
  • $errfile
  • $errline
  • $errcontext
hasError (line 149)

Returns true if this instance has already raised an error.

  • return: true if an error was raised by this instance, false otherwise.
  • access: public
boolean hasError ()
log (line 138)

Log a message. Same usage of raiseError but does not mark error flag on object

  • access: public
void log ( $errorMessage, [ $encodeOutput = false], string $message, boolean $encodeOutput,)
  • string $message: the error message.
  • boolean $encodeOutput,: does the screen output should be encoded (default : false)
  • $errorMessage
  • $encodeOutput
raiseError (line 125)

Raises an error.

  • access: public
void raiseError (string $errorMessage, [ $encodeOutput = false], boolean $encodeOutput,)
  • string $errorMessage: the error message.
  • boolean $encodeOutput,: does the screen output should be encoded (default : false)
  • $encodeOutput
setDebug (line 161)

Set the debug attribute

  • access: public
void setDebug (boolean $activated)
  • boolean $activated: True if debug should be activated, false otherwise
setLog (line 173)

Set the log attribute

  • access: public
void setLog (boolean $activated)
  • boolean $activated: True if log should be activated, false otherwise
_raiseError (line 71)

Raises an error. Shows it to the screen

Deprecated, use raiseError instead

  • access: public
void _raiseError (string $errorMessage, [ $encodeOutput = false], [ $error = true], boolean $encodeOutput,)
  • string $errorMessage: the error message.
  • boolean $encodeOutput,: does the screen output should be encoded (default : false)
  • $encodeOutput
  • $error
__call (line 213)

Unknown method handler

  • access: public
false __call ( $name,  $parameters)
  • $name
  • $parameters

Redefined in descendants as:
Class Constants
ERROR_LOG = "cms_error_log" (line 38)

Log file

Default : "cms_error_log"

SYSTEM_LABEL = "Automne (TM)" (line 33)

System label

Default : "Automne (TM)"

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