Class: papaya_rpc

Quellcode Position: Program_Root/papaya_rpc.php

Class papaya_rpc

Class Overview

Control particular activities (example: for flash)

Implementiert in Program_Root/papaya_rpc.php [Zeile 20]

base_object
   |
   --papaya_rpc
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   $paramname  
mixed   $params  
mixed   $topictree  
mixed   $xmlbuffer  

Method Summary
void   execute()   Execute - basic function for handling parameters
void   getSitemapTranslations()   Get sitemap translation
string   getXML()   Get XML
void   initialize()   Initialize parameters
void   publishTopic()   Publish topic

Properties
mixed   $paramname = rpc [Zeile 22]

mixed   $params [Zeile 23]

mixed   $topictree = null [Zeile 25]

mixed   $xmlbuffer = null [Zeile 26]

Methods
execute  [Zeile 44]

  void execute( )

Execute - basic function for handling parameters


API Tags:
Access:  public


getSitemapTranslations  [Zeile 132]

  void getSitemapTranslations( )

Get sitemap translation


API Tags:
Access:  public


getXML  [Zeile 85]

  string getXML( )

Get XML


API Tags:
Access:  public


initialize  [Zeile 34]

  void initialize( [mixed $paramname = NULL]  )

Initialize parameters

Parameters:
mixed   $paramname:  optional, default value NULL

API Tags:
Access:  public


publishTopic  [Zeile 101]

  void publishTopic( )

Publish topic


API Tags:
Access:  public