public static function getByID($avID) { $av = new AttributeValue(); $av->load($avID); if ($av->getAttributeValueID() == $avID) { return $av; } }