Class JDaemon

Description

Backward Compatability Stub for JApplicationDaemon

  • deprecated: 12.3 (Platform) & 4.0 (CMS) - Use JApplicationDaemon instead.
  • since: 11.1

Located in /libraries/legacy/application/daemon.php (line 23)

JApplicationBase
   |
   --JApplicationCli
      |
      --JApplicationDaemon
         |
         --JDaemon
Method Summary
 JDaemon __construct ([JInputCli $input = null], [JRegistry $config = null], [JEventDispatcher $dispatcher = null])
Variables
Methods
Constructor __construct (line 43)

Class constructor.

  • deprecated: 12.3 Use JApplicationDaemon instead.
  • since: 11.1
  • throws: RuntimeException
  • access: public
JDaemon __construct ([JInputCli $input = null], [JRegistry $config = null], [JEventDispatcher $dispatcher = null])
  • mixed $input: An optional argument to provide dependency injection for the application's input object. If the argument is a JInputCli object that object will become the application's input object, otherwise a default input object is created.
  • mixed $config: An optional argument to provide dependency injection for the application's config object. If the argument is a JRegistry object that object will become the application's config object, otherwise a default config object is created.
  • mixed $dispatcher: An optional argument to provide dependency injection for the application's event dispatcher. If the argument is a JEventDispatcher object that object will become the application's event dispatcher, if it is null then the default event dispatcher will be created based on the application's loadDispatcher() method.

Redefinition of:
JApplicationDaemon::__construct()
Class constructor.

Inherited Methods

Inherited From JApplicationDaemon

 JApplicationDaemon::__construct()
 JApplicationDaemon::signal()

Inherited From JApplicationCli

 JApplicationCli::__construct()
 JApplicationCli::doExecute()
 JApplicationCli::execute()
 JApplicationCli::fetchConfigurationData()
 JApplicationCli::get()
 JApplicationCli::getInstance()
 JApplicationCli::in()
 JApplicationCli::loadConfiguration()
 JApplicationCli::out()
 JApplicationCli::set()

Inherited From JApplicationBase

 JApplicationBase::close()
 JApplicationBase::getIdentity()
 JApplicationBase::loadDispatcher()
 JApplicationBase::loadIdentity()
 JApplicationBase::registerEvent()
 JApplicationBase::triggerEvent()

Documentation generated on Tue, 19 Nov 2013 14:57:42 +0100 by phpDocumentor 1.4.3