Class AConnection

Description

AConnection

Located in /lib/AConnection.php (line 19)


	
			
Class Constant Summary
Variable Summary
Method Summary
 AConnection __construct ( $target,  $method, AObject $source,  $signal, [ $script = null])
 void clear ()
 void getConnectionID ()
 void getJavascript ()
 void getSignalName ()
 void getSlotMethod ()
 void getSource ()
 void getTarget ()
 void setConnectionID ( $id)
 void setJavascript ( $script)
 void setSignalName ( $name)
 void setTarget (AObject $target, unknown_type $method)
Variables
mixed $connectionID (line 55)
  • access: private
mixed $connectionType (line 53)
  • access: private
mixed $javascript (line 57)
  • access: private
mixed $signalName (line 44)

The name of the signal connected to

  • access: private
AObject $sourceObject (line 51)

the source AObject

  • access: private
string $targetMethod (line 37)

the method to be exicuted when a signal is emitted

  • access: private
AObject $targetObject (line 29)

The target object (the object with the slot)

  • access: public
Methods
Constructor __construct (line 64)
  • access: public
AConnection __construct ( $target,  $method, AObject $source,  $signal, [ $script = null])
  • $target
  • $method
  • AObject $source
  • $signal
  • $script
clear (line 126)
void clear ()
getConnectionID (line 122)
void getConnectionID ()
getJavascript (line 73)
  • access: public
void getJavascript ()
getSignalName (line 114)
void getSignalName ()
getSlotMethod (line 90)
  • access: public
void getSlotMethod ()
getSource (line 86)
  • access: public
void getSource ()
getTarget (line 81)
  • access: public
void getTarget ()
setConnectionID (line 118)
void setConnectionID ( $id)
  • $id
setJavascript (line 77)
  • access: public
void setJavascript ( $script)
  • $script
setSignalName (line 110)
void setSignalName ( $name)
  • $name
setTarget (line 100)

sets the target slot

void setTarget (AObject $target, unknown_type $method)
  • AObject $target
  • unknown_type $method
Class Constants
JSCRIPT_CONNECTION = "1" (line 61)
PHP_CONNECION = "0" (line 59)

Documentation generated on Fri, 11 Jul 2008 13:28:39 -0400 by phpDocumentor 1.4.2