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






















                                                
<?php
/**
 * Contains \jamesiarmes\PhpEws\Type\StringType;
 */

namespace jamesiarmes\PhpEws\Type;

use \jamesiarmes\PhpEws\Type;

/**
 * Base class for string types.
 *
 * @package php-ews\Type
 */
abstract class StringType extends Type
{
    /**
     * Value of the element.
     *
     * @var string
     */
    public $_;
}