Class AppSimple

STPHPObject
   |
   --STPHPApplication
      |
      --AppSimple

Classes extended from AppSimple:

Located in File: Program_Root/samples/simple/appsimple.php




Class Variable Summary

Inherited Class Variable Summary
Inherited From Class STPHPApplication
Variable Default Value Description
$author -><- The author of the application
$copyright -><- The copyright of the application
$language -><- The language of the application
$locale -><- The localization object
$localeBasePath -><- The localization base path
$localeDefaultLanguage -><- The localization default language
$localeKeyLanguage -><- The localization key language
$localizationActive -><- The status of the localization support
$sess_id -><- The sessions id of the application
$theme -><- The theme of the application
$title -><- The title of the application
$version -><- The version of the application
$wndMain -><- The pointer to the main window
Inherited From Class STPHPObject
Variable Default Value Description
$name -><- The name of the object

Inherited Method Summary
Inherited From Class STPHPApplication
Function Description
constructor STPHPApplication ( [$name = ] ) Creates the object
activateLocalization ( ) Activate the localization support
deactivateLocalization ( ) Deactivate the localization support
dtor ( ) Destructor
getAuthor ( ) Gets the author of the application
getCopyright ( ) Gets the copyright of the application
getLanguage ( ) Gets the language of the application
getLocaleKeyLanguage ( ) Gets the language of the keys localization file
getLocaleText ( $text ) Return a translated string
getSessionVariable ( $variable ) Sets a variable in the session
getTheme ( ) Gets the theme of the application
getTitle ( ) Gets the title of the application
getVersion ( ) Gets the version of the application
init ( [$compress = TRUE] ) Starts the application
localizationIsActive ( ) Returns if the localization support is active
setAuthor ( $value ) Sets the author of the application
setCopyright ( $value ) Sets the copyright of the application
setLanguage ( $value ) Sets the language of the application
setLocaleBasePath ( $localeBasePath ) Sets the base path for the localization files
setLocaleDefaultLanguage ( $localeDefaultLanguage ) Sets the default language for the application
setLocaleKeyLanguage ( $localeKeyLanguage ) Sets the language of the keys localization files
setSessionVariable ( $variable, $value ) Sets a variable in the session
setTheme ( $value ) Sets the theme of the application
setTitle ( $value ) Sets the title of the application
setVersion ( $value ) Sets the version of the application
setWndMain ( &$window ) Sets the main window of the application
Inherited From Class STPHPObject
Function Description
constructor STPHPObject ( [$name = ] ) Creates the object
dtor ( ) Destructor
errorLog ( $message ) Print an error to the log system
getName ( ) Returns the name of the object

Method Summary
void constructor AppSimple ( $name )
Variable Detail

Method Detail

constructor AppSimple

void constructor AppSimple ( $name )


Function Parameters:
Function Info: