summaryrefslogblamecommitdiffstats
path: root/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/ArrayType/ArrayOfBodyContentAttributedValuesType.php
blob: c1980fc6ab4177e12234a7c7b07c5893ef279642 (plain) (tree)
























                                                                                 
<?php
/**
 * Contains \jamesiarmes\PhpEws\ArrayType\ArrayOfBodyContentAttributedValuesType.
 */

namespace jamesiarmes\PhpEws\ArrayType;

use \jamesiarmes\PhpEws\ArrayType;

/**
 * Defines an array of BodyContentAttributedValue elements.
 *
 * @package php-ews\Array
 */
class ArrayOfBodyContentAttributedValuesType extends ArrayType
{
    /**
     * Specifies the body content of an item.
     *
     * @since Exchange 2013
     *
     * @var \jamesiarmes\PhpEws\Type\BodyContentAttributedValueType[]
     */
    public $BodyContentAttributedValue = array();
}