<?php
defined('C5_EXECUTE') or die("Access Denied.");
/**
 * 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
 */
class AttributeValueList extends Concrete5_Model_AttributeValueList {}
class AttributeValue extends Concrete5_Model_AttributeValue {}