/**
  * Returns the content data for the given content class attribute
  *
  * (non-PHPdoc)
  * @see kernel/classes/eZDataType#classAttributeContent($classAttribute)
  */
 function classAttributeContent($classAttribute)
 {
     $attrValue = array('available_output_format_array' => CjwNewsletterListVirtual::getAvailableOutputFormatArray());
     return $attrValue;
 }