SignalSlot
[ ]
[ ]
[ ]
[ ]
[ ]
Element index for package SignalSlot
[
c ]
[
d ]
[
e ]
[
g ]
[
i ]
[
o ]
[
s ]
[
_ ]
_
- __construct : ezcSignalCollectionOptions
- in file options.php, method ezcSignalCollectionOptions::__construct()
Construct a new options object.
- __construct : ezcSignalCollection
- in file signal_collection.php, method ezcSignalCollection::__construct()
Constructs a new signal collection with the identifier $identifier.
- __construct : ezcSignalSlotException
- in file signalslot_exception.php, method ezcSignalSlotException::__construct()
Constructs a new ezcSignalSlotlException with error message $message.
- __get : ezcSignalStaticConnections
- in file static_connections.php, method ezcSignalStaticConnections::__get()
Returns the property $name.
- __get : ezcSignalCollection
- in file signal_collection.php, method ezcSignalCollection::__get()
Returns the property $name.
- __set : ezcSignalStaticConnections
- in file static_connections.php, method ezcSignalStaticConnections::__set()
Sets the property $name to $value.
- __set : ezcSignalCollection
- in file signal_collection.php, method ezcSignalCollection::__set()
Sets the property $name to $value.
c
- connect : ezcSignalStaticConnections
- in file static_connections.php, method ezcSignalStaticConnections::connect()
Connects the signal $signal emited by any ezcSignalCollection with the identifier $identifier to the slot $slot.
- connect : ezcSignalCollection
- in file signal_collection.php, method ezcSignalCollection::connect()
Connects the signal $signal to the slot $slot.
d
- disconnect : ezcSignalStaticConnections
- in file static_connections.php, method ezcSignalStaticConnections::disconnect()
Disconnects the $slot from the $signal with identifier $identifier..
- disconnect : ezcSignalCollection
- in file signal_collection.php, method ezcSignalCollection::disconnect()
Disconnects the $slot from the $signal.
e
- emit : ezcSignalCollection
- in file signal_collection.php, method ezcSignalCollection::emit()
Emits the signal with the name $signal
- ezcSignalCollection
- in file signal_collection.php, class ezcSignalCollection
ezcSignalCollection implements a mechanism for inter and intra object communication.
- ezcSignalCollectionOptions
- in file options.php, class ezcSignalCollectionOptions
Struct class to store the options of the ezcConsoleOutput class.
- ezcSignalSlotException
- in file signalslot_exception.php, class ezcSignalSlotException
ezcSignalSlotExceptions are thrown when an exceptional state occures in the SignalSlot package.
- ezcSignalStaticConnections
- in file static_connections.php, class ezcSignalStaticConnections
ezcSignalStaticConnections makes it possible to connect to signals through the signals identifier.
- ezcSignalStaticConnectionsBase
- in file static_connections_base.php, class ezcSignalStaticConnectionsBase
Interface for classes that implement a mail transport.
g
- getConnections : ezcSignalStaticConnectionsBase
- in file static_connections_base.php, method ezcSignalStaticConnectionsBase::getConnections()
Returns all the connections for signals $signal in signal collections with the identifier $identifier.
- getConnections : ezcSignalStaticConnections
- in file static_connections.php, method ezcSignalStaticConnections::getConnections()
Returns all the connections for signals $signal in signal collections with the identifier $identifier.
- getInstance : ezcSignalStaticConnections
- in file static_connections.php, method ezcSignalStaticConnections::getInstance()
Returns the instance of the ezcSignalStaticConnections..
- getOptions : ezcSignalCollection
- in file signal_collection.php, method ezcSignalCollection::getOptions()
Returns the options for this class.
- getStaticConnectionsHolder : ezcSignalCollection
- in file signal_collection.php, method ezcSignalCollection::getStaticConnectionsHolder()
Returns the current provider of static connections or null if there is none.
i
- isConnected : ezcSignalCollection
- in file signal_collection.php, method ezcSignalCollection::isConnected()
Returns true if any slots have been connected to the signal $signal.
o
- options.php
- procedural page options.php
s
- setOptions : ezcSignalCollection
- in file signal_collection.php, method ezcSignalCollection::setOptions()
Sets the options of this class.
- setStaticConnectionsHolder : ezcSignalCollection
- in file signal_collection.php, method ezcSignalCollection::setStaticConnectionsHolder()
If set, $holder will be used to fetch static connections instead of ezcSignalStaticConnections.
- signalslot_exception.php
- procedural page signalslot_exception.php
- static_connections_base.php
- procedural page static_connections_base.php
- signal_collection.php
- procedural page signal_collection.php
- static_connections.php
- procedural page static_connections.php
Last updated: Wed, 18 Jun 2008