PHP 8.1.33
Preview: ExtensionManagerInterface.php Size: 1.16 KB
/home/jambtst2015/public_html/ida.com.ng/libraries/src/Extension/ExtensionManagerInterface.php

<?php
/**
 * Joomla! Content Management System
 *
 * @copyright  (C) 2018 Open Source Matters, Inc. <https://www.joomla.org>
 * @license    GNU General Public License version 2 or later; see LICENSE.txt
 */

namespace Joomla\CMS\Extension;

\defined('JPATH_PLATFORM') or die;

/**
 * Loads extensions.
 *
 * @since  4.0.0
 */
interface ExtensionManagerInterface
{
	/**
	 * Boots the component with the given name.
	 *
	 * @param   string  $component  The component to boot.
	 *
	 * @return  ComponentInterface
	 *
	 * @since   4.0.0
	 */
	public function bootComponent($component): ComponentInterface;

	/**
	 * Boots the module with the given name.
	 *
	 * @param   string  $module           The module to boot
	 * @param   string  $applicationName  The application name
	 *
	 * @return  ModuleInterface
	 *
	 * @since   4.0.0
	 */
	public function bootModule($module, $applicationName): ModuleInterface;

	/**
	 * Boots the plugin with the given name and type.
	 *
	 * @param   string  $plugin  The plugin name
	 * @param   string  $type    The type of the plugin
	 *
	 * @return  PluginInterface
	 *
	 * @since   4.0.0
	 */
	public function bootPlugin($plugin, $type): PluginInterface;
}

Directory Contents

Dirs: 1 × Files: 12

Name Size Perms Modified Actions
Service DIR
- drwxr-xr-x 2024-11-22 17:53:12
Edit Download
873 B lrw-r--r-- 2024-11-22 17:53:12
Edit Download
1.32 KB lrw-r--r-- 2024-11-22 17:53:12
Edit Download
767 B lrw-r--r-- 2024-11-22 17:53:12
Edit Download
402 B lrw-r--r-- 2024-11-22 17:53:12
Edit Download
15.61 KB lrw-r--r-- 2024-11-22 17:53:12
Edit Download
1.16 KB lrw-r--r-- 2024-11-22 17:53:12
Edit Download
6.30 KB lrw-r--r-- 2024-11-22 17:53:12
Edit Download
6.42 KB lrw-r--r-- 2024-11-22 17:53:12
Edit Download
2.23 KB lrw-r--r-- 2024-11-22 17:53:12
Edit Download
1015 B lrw-r--r-- 2024-11-22 17:53:12
Edit Download
544 B lrw-r--r-- 2024-11-22 17:53:12
Edit Download
573 B lrw-r--r-- 2024-11-22 17:53:12
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).