Class RaxanClientVariable

Description

Creates reference to client-side variables and callback functions

Located in /raxan.clientextension.php (line 11)



                    
Variable Summary
static mixed $vid
mixed $name
mixed $value
mixed $_pointer
Method Summary
RaxanClientVariable __construct ( $val, [ $name = null], [ $isFunction = false], [ $registerGlobal = false])
void __toString ()
Variables
static mixed $vid = 0 (line 17)
  • access: protected
mixed $name (line 18)
  • access: protected
mixed $value (line 18)
  • access: protected
mixed $_pointer (line 15)
  • access: public
Methods
Constructor __construct (line 20)
  • access: public
RaxanClientVariable __construct ( $val, [ $name = null], [ $isFunction = false], [ $registerGlobal = false])
  • $val
  • $name
  • $isFunction
  • $registerGlobal
__toString (line 35)
  • access: public
void __toString ()