Path

ez components / documentation / api reference / 2006.2 / signal


eZ Components 2006.2

SignalSlot

[ Tutorial ] [ Class tree ] [ Element index ] [ ChangeLog ] [ Credits ]

Element index for package SignalSlot

[ c ] [ d ] [ e ] [ g ] [ s ] [ _ ]

_

__construct : ezcSignalCollection
in file signal_collection.php, method ezcSignalCollection::__construct()
    Constructs a new signal collection with the identifier $identifier.
__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.
ezcSignalStaticConnections
in file static_connections.php, class ezcSignalStaticConnections
    ezcSignalStaticConnections makes it possible to connect to signals through the signals identifier.

g

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..
getStaticConnectionsHolder : ezcSignalCollection
in file signal_collection.php, method ezcSignalCollection::getStaticConnectionsHolder()
    Returns the current provider of static connections or NULL if there is none.

s

setStaticConnectionsHolder : ezcSignalCollection
in file signal_collection.php, method ezcSignalCollection::setStaticConnectionsHolder()
    If set, $holder will be used to fetch static connections instead of ezcSignalStaticConnections.
signal_collection.php
procedural page signal_collection.php
static_connections.php
procedural page static_connections.php
Last updated: Thu, 01 Nov 2007