summaryrefslogblamecommitdiffstats
path: root/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Type/PhoneNumberDictionaryType.php
blob: 983331608508e47eee6a161275164448721a055d (plain) (tree)
























                                                                   
<?php
/**
 * Contains \jamesiarmes\PhpEws\Type\PhoneNumberDictionaryType.
 */

namespace jamesiarmes\PhpEws\Type;

use \jamesiarmes\PhpEws\Type;

/**
 * Represents a collection of telephone numbers for a contact.
 *
 * @package php-ews\Type
 */
class PhoneNumberDictionaryType extends Type
{
    /**
     * Represents a telephone number for a contact.
     *
     * @since Exchange 2007
     *
     * @var \jamesiarmes\PhpEws\Type\PhoneNumberDictionaryEntryType
     */
    public $Entry;
}