PHP 8.1.33
Preview: ConfigurationAwareApplicationInterface.php Size: 1.41 KB
/home/jambtst2015/public_html/ida.com.ng/libraries/vendor/joomla/application/src/ConfigurationAwareApplicationInterface.php

<?php
/**
 * Part of the Joomla Framework Application Package
 *
 * @copyright  Copyright (C) 2005 - 2021 Open Source Matters, Inc. All rights reserved.
 * @license    GNU General Public License version 2 or later; see LICENSE
 */

namespace Joomla\Application;

use Joomla\Registry\Registry;

/**
 * Application sub-interface defining an application class which is aware of its configuration
 *
 * @since  2.0.0
 */
interface ConfigurationAwareApplicationInterface extends ApplicationInterface
{
	/**
	 * Returns a property of the object or the default value if the property is not set.
	 *
	 * @param   string  $key      The name of the property.
	 * @param   mixed   $default  The default value (optional) if none is set.
	 *
	 * @return  mixed   The value of the configuration.
	 *
	 * @since   2.0.0
	 */
	public function get($key, $default = null);

	/**
	 * Modifies a property of the object, creating it if it does not already exist.
	 *
	 * @param   string  $key    The name of the property.
	 * @param   mixed   $value  The value of the property to set (optional).
	 *
	 * @return  mixed   Previous value of the property
	 *
	 * @since   2.0.0
	 */
	public function set($key, $value = null);

	/**
	 * Sets the configuration for the application.
	 *
	 * @param   Registry  $config  A registry object holding the configuration.
	 *
	 * @return  $this
	 *
	 * @since   2.0.0
	 */
	public function setConfiguration(Registry $config);
}

Directory Contents

Dirs: 4 × Files: 9

Name Size Perms Modified Actions
- drwxr-xr-x 2024-11-22 17:53:12
Edit Download
Event DIR
- drwxr-xr-x 2024-11-22 17:53:12
Edit Download
Exception DIR
- drwxr-xr-x 2024-11-22 17:53:12
Edit Download
Web DIR
- drwxr-xr-x 2024-11-22 17:53:12
Edit Download
4.86 KB lrw-r--r-- 2024-11-22 17:53:12
Edit Download
28.68 KB lrw-r--r-- 2024-11-22 17:53:12
Edit Download
1.40 KB lrw-r--r-- 2024-11-22 17:53:12
Edit Download
681 B lrw-r--r-- 2024-11-22 17:53:12
Edit Download
1.41 KB lrw-r--r-- 2024-11-22 17:53:12
Edit Download
1.38 KB lrw-r--r-- 2024-11-22 17:53:12
Edit Download
2.30 KB lrw-r--r-- 2024-11-22 17:53:12
Edit Download
3.96 KB lrw-r--r-- 2024-11-22 17:53:12
Edit Download
4.10 KB lrw-r--r-- 2024-11-22 17:53:12
Edit Download

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