* @category Horde * @copyright 2010-2017 Horde LLC * @license http://www.horde.org/licenses/gpl GPL * @package IMP */ class IMP_Factory_Identity extends Horde_Core_Factory_Injector { /** * Return the IMP identity instance. * * @return IMP_Prefs_Identity The singleton instance. */ public function create(Horde_Injector $injector) { return $injector->getInstance('Horde_Core_Factory_Identity')->create(null, 'imp'); } }