Class RaxanPlugin

Description

Abstract Class for creating plugins

  • abstract:

Located in /raxan.php (line 56)



                    
Variable Summary
static mixed $author
static mixed $description
static mixed $lastClassName
static mixed $name
static mixed $shared
mixed $events
Method Summary
static string getLastClassName ()
static mixed getLastInstance ()
static void instance ( $class)
RaxanPlugin __construct ()
void raiseEvent ( $event,  $args)
Variables
static mixed $author = "Author's name" (line 61)
  • access: public
static mixed $description = "Plugin description" (line 60)
  • access: public
static mixed $lastClassName (line 63)
  • access: protected
static mixed $name = 'Plugin Name' (line 59)
  • access: public
static mixed $shared = array() (line 64)
  • access: protected
mixed $events (line 66)
  • access: protected
Methods
static getLastClassName (line 94)

Used internally - Returns the last registered plugin class name

  • access: public
static string getLastClassName ()
static getLastInstance (line 102)

Used internally - Returns the last registered plugin instance

  • access: public
static mixed getLastInstance ()
static instance (line 83)
  • access: public
static void instance ( $class)
  • $class
Constructor __construct (line 68)
  • access: public
RaxanPlugin __construct ()
raiseEvent (line 78)
  • access: public
void raiseEvent ( $event,  $args)
  • $event
  • $args