Class XFAction

Description

any 'action' inherit XFAction must define at least some common methods/vars...

  • abstract:

Located in /class.root.php (line 2314)


	
			
Direct descendents
Class Constant Summary
 API_VERSION = 0x01
Variable Summary
string $error
array $gpc
array $markgpc
boolean $success
integer $version
Method Summary
void ajax ( $a)
XFAction __construct ()
void execute ()
void get_error ()
void get_GPC ()
void get_mark_GPC ()
void get_success ()
void init ( $a,  $b)
void regular ()
Variables
Methods
ajax (line 2358)

entry point for ajax requests - called by init()

  • abstract:
  • since: 1.0.0
  • access: protected
void ajax ( $a)
  • $a

Redefined in descendants as:
Constructor __construct (line 2340)
  • access: public
XFAction __construct ()
execute (line 2364)

execute the main 'action' the name of a file says

  • abstract:
  • since: 1.0.0
  • access: public
void execute ()

Redefined in descendants as:
get_error (line 2378)

return error to public

  • since: 1.0.0
  • access: public
void get_error ()
get_GPC (line 2386)

return local user input vars to public

  • since: 1.0.0
  • access: public
void get_GPC ()
get_mark_GPC (line 2394)

return 'invalid gpc form mark' to public

  • since: 1.0.0
  • access: public
void get_mark_GPC ()
get_success (line 2370)

return success to public

  • since: 1.0.0
  • access: public
void get_success ()
regular (line 2352)

run an action on regular basis - called by init()

  • abstract:
  • since: 1.0.0
  • access: protected
void regular ()

Redefined in descendants as:
Class Constants
API_VERSION = 0x01 (line 2318)
  • var: what version does this base class implement?

Documentation generated on Tue, 21 Oct 2008 20:58:25 +0200 by phpDocumentor 1.4.1