for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* Contains \garethp\ews\API\Type.
*/
namespace garethp\ews\API;
use garethp\ews\BuildableTrait;
* Base class for Exchange Web Service Types.
*
* @package php-ews\Type
#[\AllowDynamicProperties]
class Type
{
use MagicMethodsTrait;
garethp\ews\API\MagicMethodsTrait
$Entry
garethp\ews\API\Type
use BuildableTrait;
}