Function Hook_commandr_fs_extended_config__ip_banned->get_edit_date

Definitions

sources/hooks/systems/commandr_fs_extended_config/ip_banned.php

  • Standard Commandr-fs date fetch function for resource-fs hooks. Defined when getting an edit date is not easy.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: int

Returns

  • The edit date or add date, whichever is higher (null: could not find one)
  • Type: ?TIME
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Standard Commandr-fs date fetch function for resource-fs hooks. Defined when getting an edit date is not easy.
 *
 * @return ?TIME The edit date or add date, whichever is higher (null: could not find one)
 */

public function get_edit_date() : ?int