Class RaxanBase

Description
  • abstract:

Located in /raxan.php (line 1236)



                    
Direct descendents
Class Description
RaxanElement Raxan Element Class
RaxanWebPage Raxan Web Page Controller Base Class
Variable Summary
static mixed $mObjId
mixed $events
mixed $objId
Method Summary
RaxanBase __construct ()
RaxanBase bind ( $type, [ $data = null], [ $fn = null])
boolean log ( $var, [ $level = null], [ $label = null])
int objectId ()
RaxanBase trigger (string $type, [mixed $args = null])
RaxanBase unbind ( $type)
Variables
static mixed $mObjId = 0 (line 1238)
  • access: protected
mixed $events (line 1239)
  • access: protected
mixed $objId (line 1239)
  • access: protected
Methods
Constructor __construct (line 1241)
  • access: public
RaxanBase __construct ()

Redefined in descendants as:
bind (line 1249)

Bind the selected event to a callback function

  • access: public
RaxanBase bind ( $type, [ $data = null], [ $fn = null])
  • $type
  • $data
  • $fn

Redefined in descendants as:
log (line 1262)

Adds an entry to the log file

  • access: public
boolean log ( $var, [ $level = null], [ $label = null])
  • $var
  • $level
  • $label
objectId (line 1270)

Returns Object ID

  • access: public
int objectId ()
trigger (line 1280)

Triggers an event on the object

  • access: public
RaxanBase trigger (string $type, [mixed $args = null])
  • string $type: Event type
  • mixed $args: Optional event argument

Redefined in descendants as:
unbind (line 1304)

Removes all event handlers for the specified event type

  • access: public
RaxanBase unbind ( $type)
  • $type

Redefined in descendants as: