Class XFAction_rss

Description

Located in /lb_private/action.rss.php (line 23)

XFAction
   |
   --XFAction_rss
Class Constant Summary
Variable Summary
static array $buffer
static integer $last
static array $special_chars_on_xml
mixed $error
mixed $gpc
mixed $markgpc
mixed $success
mixed $version
Method Summary
static string xml_encoding (string $input, [string $class = '>'])
void ajax ( $input)
true execute ()
mixed init (string $a, array $b)
true regular ()
Variables
static array $buffer = array() (line 37)
  • var: buffer of resulting feed, each item is a line
  • access: protected
static integer $last = 0 (line 41)
  • var: timestamp of last feed entry, used for 'Last-Modified' in HTTP headers
  • access: protected
static array $special_chars_on_xml = array(
'min' =>array('&'=>'&amp;'),'std'=>array('&'=>'&amp;','"'=>'&quot;',"'"=>'&#039;'),'full'=>array('&'=>'&amp;','"'=>'&quot;',"'"=>'&#039;','<'=>'&lt;','>'=>'&gt;'))
(line 45)
  • var: matrix of special chars in xml
  • access: protected
mixed $error = '' (line 30)
  • access: protected

Redefinition of:
XFAction::$error
mixed $gpc = array() (line 31)
  • access: protected

Redefinition of:
XFAction::$gpc
mixed $markgpc = array() (line 32)
  • access: protected

Redefinition of:
XFAction::$markgpc
mixed $success = false (line 29)
  • access: protected

Redefinition of:
XFAction::$success
mixed $version = 0x01 (line 33)
  • access: public

Redefinition of:
XFAction::$version
Methods
static method xml_encoding (line 250)

do neccessary xml payload encoding

  • since: 1.0.0
  • access: protected
static string xml_encoding (string $input, [string $class = '>'])
  • string $input: input stream
  • string $class: encode '>' string or decode '< ' it
ajax (line 222)
  • since: 1.0.0
  • access: protected
void ajax ( $input)
  • $input

Redefinition of:
XFAction::ajax()
entry point for ajax requests - called by init()
execute (line 229)

send xml data to client for rss feed

  • since: 1.0.0
  • access: public
true execute ()

Redefinition of:
XFAction::execute()
execute the main 'action' the name of a file says
init (line 57)
  • since: 1.0.0
  • access: public
mixed init (string $a, array $b)
  • string $a: select handler
  • array $b: input data for asynchronous request

Redefinition of:
XFAction::init()
main entry point
regular (line 65)
  • since: 1.0.0
  • access: protected
true regular ()

Redefinition of:
XFAction::regular()
run an action on regular basis - called by init()

Inherited Methods

Inherited From XFAction

XFAction::__construct()
XFAction::ajax()
XFAction::execute()
XFAction::get_error()
XFAction::get_GPC()
XFAction::get_mark_GPC()
XFAction::get_success()
XFAction::init()
XFAction::regular()
Class Constants
LIMIT_POSTS_ON_TOPIC_FEED = 100 (line 28)
  • var: limit included posts to x items on topic rss feed (default is 100)
USE_TAN = false (line 24)

Inherited Constants

Inherited from XFAction

XFAction::API_VERSION

Documentation generated on Sat, 20 Jun 2009 12:42:37 +0200 by phpDocumentor 1.4.1