GIF89; GIF89; %PDF- %PDF-
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
namespace JsonSchema;
interface SchemaStorageInterface
{
/**
* Adds schema with given identifier
*
* @param string $id
* @param object $schema
*/
public function addSchema($id, $schema = null);
/**
* Returns schema for given identifier, or null if it does not exist
*
* @param string $id
*
* @return object
*/
public function getSchema($id);
/**
* Returns schema for given reference with all sub-references resolved
*
* @param string $ref
*
* @return object
*/
public function resolveRef($ref);
/**
* Returns schema referenced by '$ref' property
*
* @param mixed $refSchema
*
* @return object
*/
public function resolveRefSchema($refSchema);
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| Constraints | Folder | 0755 |
|
|
| Entity | Folder | 0755 |
|
|
| Exception | Folder | 0755 |
|
|
| Iterator | Folder | 0755 |
|
|
| Uri | Folder | 0755 |
|
|
| Rfc3339.php | File | 886 B | 0644 |
|
| SchemaStorage.php | File | 5.29 KB | 0644 |
|
| SchemaStorageInterface.php | File | 802 B | 0644 |
|
| UriResolverInterface.php | File | 530 B | 0644 |
|
| UriRetrieverInterface.php | File | 517 B | 0644 |
|
| Validator.php | File | 2.73 KB | 0644 |
|
| autoload.php | File | 4.58 KB | 0644 |
|