Gumbo_Interface_Setting

Gumbo_Interface_List
   |
   --Gumbo_Interface_Setting

Setting Interface

This is a specialized type of List, in name only. It contains a list of data in key=>value pairs. It is primarily a helper to some class, or feature for holding information. The primary difference between a Setting and a List is a Setting requires a key reference (as a string). This key is used to retrieve a specific piece of information.

Author(s): Michael Luster <mluster79@yahoo.com>
License:New BSD License
Copyright:Copyright (c) 2007, iBayou, Michael Luster
Link:http://sourceforge.net/projects/phpgumbo
Version:0.0.1

Inherited Methods

Interface Methods

public void set ( $data, [mixed $val], string|array $key ) [line 49]

Sets the setting values by defining a key=>val pair, or by sending an associative array

Parameter(s):

  • (string|array) $key
  • (mixed) $val
  • () $data

[ Top ]