Function Forum_driver_cns->_get_member_email_address

Definitions

sources/forum/cns.php

  • Get the e-mail address for the specified member ID.
  • Visibility: protected
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: string

Parameters

There are no entries at this time

Returns

  • The e-mail address
  • Type: SHORT_TEXT
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Get the e-mail address for the specified member ID.
 *
 * @return SHORT_TEXT The e-mail address
 */

protected function _get_member_email_address() : string