Function Hook_addon_registry_core_mediaelement->get_author

Definitions

sources/hooks/systems/addon_registry/core_mediaelement.php

  • Get the addon author.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: string

Returns

  • The author
  • Type: string
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Get the addon author.
 *
 * @return string The author
 */

public function get_author() : string