Function Module_admin_addons->addon_import

Definitions

adminzone/pages/modules/admin_addons.php

  • The UI to get an addon from some source.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: object

Returns

  • The UI
  • Type: Tempcode
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * The UI to get an addon from some source.
 *
 * @return Tempcode The UI
 */

public function addon_import() : object