Console_Deamon
[ class tree: Console_Deamon ] [ index: Console_Deamon ] [ all elements ]

Element index for package Console_Deamon

[ b ] [ c ] [ d ] [ o ] [ r ] [ s ]

b

breakLoop
in file Abstract.php, method Console_Deamon_Abstract::breakLoop()
    Signals the object to do no more loop cycles.
top

c

Console_Deamon_Abstract
in file Abstract.php, class Console_Deamon_Abstract
    Class which is running in a loop.
top

d

doLoopCycle
in file Abstract.php, method Console_Deamon_Abstract::doLoopCycle()
    You need to implement this method with your loop code.
top

o

onBreakLoop
in file Abstract.php, method Console_Deamon_Abstract::onBreakLoop()
    Overwrite this method to hook the moment the internal breakLoop flag is set true by the script.
onPostLoop
in file Abstract.php, method Console_Deamon_Abstract::onPostLoop()
    Overwrite this method to hook the phase after the loop. This Method is called imediately after self::onBreakLoop(). But before Console_Application_Abstract::tearDown().
onPreLoop
in file Abstract.php, method Console_Deamon_Abstract::onPreLoop()
    Overwrite this method to hook the pre loop phase.
top

r

run
in file Abstract.php, method Console_Deamon_Abstract::run()
    Template method from Console_Application_Abstract.
top

s

signalInt
in file Abstract.php, method Console_Deamon_Abstract::signalInt()
    Bind the signal SIG_INT to brek the loop.
signalTerm
in file Abstract.php, method Console_Deamon_Abstract::signalTerm()
    Bind the signal SIG_TERM to brek the loop.
top

Documentation generated on Mon, 17 Aug 2009 15:51:51 +0200 by phpDocumentor 1.4.2