Apache Zeta Components Manual :: Package SignalSlot Element Index

Element index for package SignalSlot

Package indexes

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

Letter '_'

__construct
in file options.php, method ezcSignalCollectionOptions::__construct()
    Construct a new options object.
__construct
in file signal_collection.php, method ezcSignalCollection::__construct()
    Constructs a new signal collection with the identifier $identifier.
__construct
in file signalslot_exception.php, method ezcSignalSlotException::__construct()
    Constructs a new ezcSignalSlotlException with error message $message.
__get
in file static_connections.php, method ezcSignalStaticConnections::__get()
    Returns the property $name.
__get
in file signal_collection.php, method ezcSignalCollection::__get()
    Returns the property $name.
__set
in file static_connections.php, method ezcSignalStaticConnections::__set()
    Sets the property $name to $value.
__set
in file signal_collection.php, method ezcSignalCollection::__set()
    Sets the property $name to $value.

Letter 'c'

connect
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
in file signal_collection.php, method ezcSignalCollection::connect()
    Connects the signal $signal to the slot $slot.

Letter 'd'

disconnect
in file static_connections.php, method ezcSignalStaticConnections::disconnect()
    Disconnects the $slot from the $signal with identifier $identifier..
disconnect
in file signal_collection.php, method ezcSignalCollection::disconnect()
    Disconnects the $slot from the $signal.

Letter 'e'

emit
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.

Letter 'g'

getConnections
in file static_connections_base.php, method ezcSignalStaticConnectionsBase::getConnections()
    Returns all the connections for signals $signal in signal collections with the identifier $identifier.
getConnections
in file static_connections.php, method ezcSignalStaticConnections::getConnections()
    Returns all the connections for signals $signal in signal collections with the identifier $identifier.
getInstance
in file static_connections.php, method ezcSignalStaticConnections::getInstance()
    Returns the instance of the ezcSignalStaticConnections..
getOptions
in file signal_collection.php, method ezcSignalCollection::getOptions()
    Returns the options for this class.
getStaticConnectionsHolder
in file signal_collection.php, method ezcSignalCollection::getStaticConnectionsHolder()
    Returns the current provider of static connections or null if there is none.

Letter 'i'

isConnected
in file signal_collection.php, method ezcSignalCollection::isConnected()
    Returns true if any slots have been connected to the signal $signal.

Letter 'o'

options.php
procedural page options.php

Letter 's'

setOptions
in file signal_collection.php, method ezcSignalCollection::setOptions()
    Sets the options of this class.
setStaticConnectionsHolder
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
Documentation generated by phpDocumentor 1.4.3