Source for file dataitem.class.php
Documentation is available at dataitem.class.php
* This class represents a data item, i.e. a value, represented by a key to identify it. It acts more like a struct than a class, in the way that it's only meant to store data, not manipulate it.
* @author Daniel Nordstrom <dnordstrom@mankindorganization.com>
* @link www.mrnordstrom.com
* @param string $v Value to associate to key.
* @return string Key representing the item.
* @return string Value of item.
* @param string New value.
|