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
























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

namespace jamesiarmes\PhpEws\ArrayType;

use \jamesiarmes\PhpEws\ArrayType;

/**
 * Defines a list of one or more KeywordStat elements.
 *
 * @package php-ews\Array
 */
class ArrayOfKeywordStatisticsSearchResultsType extends ArrayType
{
    /**
     * Specifies keyword statistic information.
     *
     * @since Exchange 2013
     *
     * @var \jamesiarmes\PhpEws\Type\KeywordStatisticsSearchResultType[]
     */
    public $KeywordStat = array();
}