Done ! 403WebShell
403Webshell
Server IP : 46.105.57.169  /  Your IP : 216.73.216.67
Web Server : Apache
System : Linux webm002.cluster120.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User : verseaumee ( 152031)
PHP Version : 8.5.7
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/verseaumee/maze/wp-content/plugins/woocommerce/src/Api/Infrastructure/Schema/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/verseaumee/maze/wp-content/plugins/woocommerce/src/Api/Infrastructure/Schema/ObjectType.php
<?php

declare(strict_types=1);

namespace Automattic\WooCommerce\Api\Infrastructure\Schema;

/**
 * Stable subclass of the underlying GraphQL engine's ObjectType, used by
 * autogenerated output types, pagination types and root Query/Mutation types.
 *
 * The constructor accepts the same associative-array config the current
 * engine (webonyx) documents (keys: `name`, `description`, `fields`,
 * `interfaces`). The `fields` entry is either an array or a callable
 * returning an array of field definitions.
 *
 * The wrapper also recognises a `metadata` key — an associative array
 * mapping metadata `name` => scalar `value` — that ApiBuilder emits for
 * types carrying {@see \Automattic\WooCommerce\Api\Attributes\Metadata}
 * attributes. The engine ignores unknown config keys, so this rides through
 * untouched and is surfaced by {@see self::get_metadata()}.
 */
class ObjectType extends \Automattic\WooCommerce\Vendor\GraphQL\Type\Definition\ObjectType {
	/**
	 * Type-level metadata entries declared in the config, keyed by name.
	 *
	 * @return array<string, bool|int|float|string|null>
	 */
	public function get_metadata(): array {
		return $this->config['metadata'] ?? array();
	}
}

Youez - 2016 - github.com/yon3zu
LinuXploit