Class Xyster_Container_Features

Description

A class of map objects holding behavior characteristics

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

Located in /Container/Features.php (line 32)


	
			
Method Summary
static Xyster_Collection_Map AUTOMATIC ()
static Xyster_Collection_Map CACHE ()
static Xyster_Collection_Map CDI ()
static Xyster_Collection_Map METHOD_INJECTION ()
static Xyster_Collection_Map NONE ()
static Xyster_Collection_Map NO_CACHE ()
static Xyster_Collection_Map PROPERTY_APPLYING ()
static Xyster_Collection_Map SDI ()
static Xyster_Collection_Map SINGLE ()
static Xyster_Collection_Map _config (string $key, string $value)
Methods
static method AUTOMATIC (line 138)

Used for automatic behaviors

  • access: public
static Xyster_Collection_Map AUTOMATIC ()
static method CACHE (line 97)

Used for caching

  • access: public
static Xyster_Collection_Map CACHE ()
static method CDI (line 57)

Used for Constructor Dependency Injection

  • access: public
static Xyster_Collection_Map CDI ()
static method METHOD_INJECTION (line 77)

Used for Method Dependency Injection

  • access: public
static Xyster_Collection_Map METHOD_INJECTION ()
static method NONE (line 118)

Used for no features

  • access: public
static Xyster_Collection_Map NONE ()
static method NO_CACHE (line 87)

Used for Non-caching

  • access: public
static Xyster_Collection_Map NO_CACHE ()
static method PROPERTY_APPLYING (line 128)

Used for Property Applying adapters

  • access: public
static Xyster_Collection_Map PROPERTY_APPLYING ()
static method SDI (line 67)

Used for Setter Dependency Injection

  • access: public
static Xyster_Collection_Map SDI ()
static method SINGLE (line 108)

An alias for CACHE

static Xyster_Collection_Map SINGLE ()
static method _config (line 150)

Gets a map object for the name and value passed

  • access: protected
static Xyster_Collection_Map _config (string $key, string $value)
  • string $key
  • string $value

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