Linux cesa-www-main 6.1.0-49-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64
Apache/2.4.68 (Debian)
Server IP : 10.218.0.2 & Your IP : 216.73.216.28
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
php /
JsonSchema /
Uri /
Retrievers /
Delete
Unzip
Name
Size
Permission
Date
Action
AbstractRetriever.php
626
B
-rw-r--r--
2022-04-13 08:02
Curl.php
2.11
KB
-rw-r--r--
2022-04-13 08:02
FileGetContents.php
2.6
KB
-rw-r--r--
2022-04-13 08:02
PredefinedArray.php
1.27
KB
-rw-r--r--
2022-04-13 08:02
UriRetrieverInterface.php
746
B
-rw-r--r--
2022-04-13 08:02
Save
Rename
<?php /** * JsonSchema * * @filesource */ namespace JsonSchema\Uri\Retrievers; /** * AbstractRetriever implements the default shared behavior * that all descendant Retrievers should inherit * * @author Steven Garcia <webwhammy@gmail.com> */ abstract class AbstractRetriever implements UriRetrieverInterface { /** * Media content type * * @var string */ protected $contentType; /** * {@inheritdoc} * * @see \JsonSchema\Uri\Retrievers\UriRetrieverInterface::getContentType() */ public function getContentType() { return $this->contentType; } }