PHP Class Horde_Core_Ajax_Application_Handler_Email, horde

Copyright 2010-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
Author: Michael Slusarz ([email protected])
Inheritance: extends Horde_Core_Ajax_Application_Handler
Mostrar archivo Open project: horde/horde

Public Properties

Property Type Description
$defaultDomain string Default domain.

Public Methods

Method Description
parseEmailAddress ( ) : object Parses a valid email address out of a complete address string.

Method Details

parseEmailAddress() public method

Variables used: - email: (string) An email address.
public parseEmailAddress ( ) : object
return object Object with the following properties: - email: (string) The parsed email address.

Property Details

$defaultDomain public_oe property

Default domain.
public string $defaultDomain
return string