Class AttributeValueList

Description

Implements interfaces:

  • Iterator (internal interface)

This class holds a list of attribute values for an object. Why do we need a special class to do this? Because

class can be retrieved by handle

Located in /models/attribute/value.php (line 7)

Object
   |
   --AttributeValueList
Method Summary
 AttributeValueList __construct ([ $array = false])
 void addAttributeValue ( $ak,  $value)
 void current ()
 void getAttribute ( $akHandle)
 void key ()
 void next ()
 void rewind ()
 void valid ()
Methods
Constructor __construct (line 15)
  • access: public
AttributeValueList __construct ([ $array = false])
  • $array
addAttributeValue (line 11)
  • access: public
void addAttributeValue ( $ak,  $value)
  • $ak
  • $value
current (line 29)
  • access: public
void current ()

Implementation of:
Iterator::current
getAttribute (line 21)
  • access: public
void getAttribute ( $akHandle)
  • $akHandle
key (line 33)
  • access: public
void key ()

Implementation of:
Iterator::key
next (line 37)
  • access: public
void next ()

Implementation of:
Iterator::next
rewind (line 25)
  • access: public
void rewind ()

Implementation of:
Iterator::rewind
valid (line 41)
  • access: public
void valid ()

Implementation of:
Iterator::valid

Documentation generated on Thu, 15 Sep 2011 16:36:32 -0700 by phpDocumentor 1.4.1