Function Hook_commandr_fs_extended_member__calendar_interests->read_property

Definitions

sources/hooks/systems/commandr_fs_extended_member/calendar_interests.php

  • Read a virtual property for a member file.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$member_id MEMBER No No required parameter N/A N/A The member ID

Returns

  • The data
  • Type: mixed
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Read a virtual property for a member file.
 *
 * @param  MEMBER $member_id The member ID
 * @return mixed The data
 */

public function read_property(int $member_id)