Class Xyster_Application

Description

An application layer

  • copyright: Copyright (c) 2007-2008 Irrational Logic (http://irrationallogic.net)
  • license: New BSD License

Located in /Application.php (line 32)


	
			
Variable Summary
Method Summary
Variables
static Xyster_Application $_instance (line 47)
  • access: protected
  • access: protected
Zend_Config $_config (line 42)
  • access: protected
Methods
static method getInstance (line 63)

Gets the singleton instance

  • access: public
static Xyster_Application getInstance ()
Constructor __construct (line 53)

Creates a new Xyster_Application object

  • access: protected
Xyster_Application __construct ()
getConfig (line 76)

Gets the configuration settings

  • access: public
Zend_Config getConfig ()
getService (line 87)

Gets an application service

  • access: public
Xyster_Application_Service_Abstract getService (string $name)
  • string $name
getServiceBroker (line 97)

Gets the service broker

  • access: public
Xyster_Application_Service_Broker getServiceBroker ()
setConfig (line 108)

Sets the configuration for the application

  • return: provides a fluent interface
  • access: public
Xyster_Application setConfig (Zend_Config|array $config)
  • Zend_Config|array $config: Either a Zend_Config object or an array

Documentation generated on Mon, 19 May 2008 17:08:13 -0400 by phpDocumentor 1.4.2