common.container
[ class tree: common.container ] [ index: common.container ] [ all elements ]

Class: BasicMutableContainer

Source Location: /container/BasicMutableContainer.class.php

Class Overview

BasicContainer
   |
   --BasicMutableContainer

BasicMutableContainer provides users with a simple public property access interface as an extension of the Container retrieval interface


Author(s):

  • Tyler Tompkins (ttompkins@mojavi.org)

Methods


Child classes:

Configuration
Messenger
BasicMutableContainer provides users with a simple public property access interface as an extension of the Container retrieval interface
HttpRequest
BasicMutableContainer provides users with a simple public property access interface as an extension of the Container retrieval interface
DefaultRequest
BasicMutableContainer provides users with a simple public property access interface as an extension of the Container retrieval interface
HttpResponse
BasicMutableContainer provides users with a simple public property access interface as an extension of the Container retrieval interface
BasicServiceLocator

Inherited Variables

Inherited Methods

Class: BasicContainer

BasicContainer::export()
Retrieve elements from the container
BasicContainer::get()
Get mutator
BasicContainer::has()
Determine if a set of key(s) exists

Class Details

[line 20]
BasicMutableContainer provides users with a simple public property access interface as an extension of the Container retrieval interface



Tags:

since:  4.0.0 $Id$
author:  Tyler Tompkins (ttompkins@mojavi.org)


[ Top ]


Class Methods


method import [line 30]

True import( mixed $data)

Import another Container or an array



Tags:

return:  on success, false otherwise
access:  public
author:  Tyler Tompkins (ttompkins@mojavi.org)


Parameters:

mixed   $data   Expects a Container or an array

[ Top ]

method reset [line 102]

True reset( )

Reset the Container back to it's original state



Tags:

return:  on success, false otherwise
access:  public
author:  Tyler Tompkins (ttompkins@mojavi.org)


[ Top ]

method set [line 63]

True set( string 0, mixed 1)

Set a series of values. Can be called with successive key value pairs such as (key, value, key, value, key, value)



Tags:

return:  on success, false otherwise
access:  public
author:  Tyler Tompkins (ttompkins@mojavi.org)


Overridden in child classes as:

BasicServiceLocator::set()
Set a series of values. Can be called with successive key value pairs such as (key, value, key, value, key, value)

Parameters:

string   0  
mixed   1  

[ Top ]


Documentation generated on Tue, 21 Feb 2006 02:29:38 +0900 by phpDocumentor 1.3.0RC5