Class: base_msgdialog

Quellcode Position: Program_Root/base_msgdialog.php

Class base_msgdialog

Class Overview

Delegation-class for Message-Boxen

Implementiert in Program_Root/base_msgdialog.php [Zeile 20]

base_object
   |
   --base_msgdialog
Author(s): Information Tags:

Properties

Methods

Inherited Properties And Methods
Inherited Properties Inherited Methods

Abgeleitet von base_object

base_object::$msgs

Abgeleitet von base_object

base_object::addmsg()
Adds a message in the message object.
base_object::createPluginObject()
Create plugin object
base_object::debug()
Show the debug of the variable &$var
base_object::encodeQueryString()
Encode query string
base_object::escapeForFilename()
Escape chars in a string to use it in a filename
base_object::getAbsoluteURL()
Return absolute URL
base_object::getBaseLink()
Get base link
base_object::getBasePath()
get base path to current script
base_object::getLink()
Get link
base_object::getSessionValue()
base_object::getWebLink()
Get web link
base_object::getWebMediaLink()
Get web media link
base_object::includePluginFile()
Include plugin file
base_object::initializeParams()
Parameter initialisation
base_object::initializeSessionParam()
Initialisation of session-parameter
base_object::logMsg()
Log events
base_object::parseRequestURI()
Parse request URI to filter data out of it
base_object::setSessionValue()
base_object::stripslashes()
base_object::_gt()
Phrasetranslator - Fetch translation for all phrase
base_object::_gtf()
Phrasetranslator - Fetch translation of one phrase and insert variable
base_object::_gtfile()
Phrases - Locate files

Properties Summary
mixed   $baselink  
mixed   $button_title  
mixed   $dialog_title  
mixed   $hidden  
mixed   $owner  
mixed   $paramname  

Method Summary
base_msgdialog   base_msgdialog()  
string   getCaption()   Get caption
string   getHidden()   Get hidden
string   getMsgDialog()   Get message dialog

Properties
mixed   $baselink [Zeile 22]

mixed   $button_title = Save [Zeile 30]

mixed   $dialog_title = Edit [Zeile 29]

mixed   $hidden = null [Zeile 27]

mixed   $owner = null [Zeile 24]

mixed   $paramname [Zeile 26]

Methods
Constructor base_msgdialog  [Zeile 42]

  base_msgdialog base_msgdialog( object &$aowner, string $paramname, array &$hidden, string $msg, integer $type  )

Parameters:
object   &$aowner: 
string   $paramname: 
array   &$hidden: 
string   $msg: 
integer   $type: 

API Tags:
Access:  public


getCaption  [Zeile 99]

  string getCaption( )

Get caption


API Tags:
Access:  public


getHidden  [Zeile 75]

  string getHidden( )

Get hidden


API Tags:
Access:  public


getMsgDialog  [Zeile 57]

  string getMsgDialog( )

Get message dialog


API Tags:
Return:  XML
Access:  public