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

Class: Container

Source Location: /container/Container.iface.php

Interface Overview


Container interface specifies a generic data container


Author(s):

  • Tyler Tompkins (ttompkins@mojavi.org)

Methods


Child classes:

PersistentContainer
Request
Container interface specifies a generic data container
Response
Container interface specifies a generic data container

Class Details

[line 19]
Container interface specifies a generic data container



Tags:

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


[ Top ]


Class Methods


method export [line 48]

array export( mixed 0)

Retrieve elements from the container



Tags:

return:  All elements from the container, or the elements selected
access:  public
since:  4.0.0
author:  Tyler Tompkins (ttompkins@mojavi.org)


Parameters:

mixed   0   Export should accept an unlimited number of arguments and return those arguments specifically instead of the entire set of attributes

[ Top ]

method get [line 33]

mixed get( string $key, [mixed $default = null])

Get mutator



Tags:

return:  The value of the key, null otherwise
access:  public
since:  4.0.0
author:  Tyler Tompkins (ttompkins@mojavi.org)


Parameters:

string   $key   A key

[ Top ]

method has [line 59]

False has( mixed 0)

Determine if a set of key(s) exists



Tags:

return:  if any keys don't exist, true otherwise
access:  public
author:  Tyler Tompkins (ttompkins@mojavi.org)


Parameters:

mixed   0   A list of keys to verify the existance of

[ Top ]


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