*/ trait AjaxComponent { public function isAjaxComponent() { return $this instanceof \ModulesGarden\Servers\ZimbraEmail\Core\UI\Interfaces\AjaxElementInterface; } }