. */ /** * iValid * * This file contains the interface AmazonProduct_iValid * * @author Matthew John Denton * @package com.mdbitz.amazon.product */ /** * AmazonProduct_Abstract defines the base class utilized by all * Amazon Product Objects * * @package com.mdbitz.amazon.product */ interface AmazonProduct_iValidConstant { /** * is object a Valid Constant * * @param obj value to test * @return boolean */ public static function isValid( $obj ); } ?>