Class XFTask

Description

basic elements to inherit by XFTask for scheduled tasks either.

basic elements to inherit by XFTask for scheduled tasks either...

  • abstract:

Located in /lb_private/class.root.php (line 2922)


	
			
Direct descendents
Class Constant Summary
 API_VERSION = 0x01
Variable Summary
array $trace
integer $version
Method Summary
XFTask __construct ()
void execute ( $p)
void get_trace ()
void setup ()
Variables
array $trace = array() (line 2934)
  • var: storage for message during task execution
  • access: protected

Redefined in descendants as:
integer $version = null (line 2930)
  • var: version number of sibling class
  • access: public

Redefined in descendants as:
Methods
Constructor __construct (line 2936)
  • access: public
XFTask __construct ()
execute (line 2948)

is run on normal operation

is run on normal operation

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

Redefined in descendants as:
get_trace (line 2954)

return message queue to public

return message queue to public

  • since: 1.0.0
  • access: public
void get_trace ()
setup (line 2942)

is run on scanning for new tasks

is run on scanning for new tasks

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

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

Documentation generated on Sun, 20 Jun 2010 11:59:20 +0200 by phpDocumentor 1.4.3