PATH:
home
/
centosnipponia
/
public_html
/
apptt
/
vendor
/
vlucas
/
phpdotenv
/
src
/
Repository
/
Adapter
<?php namespace Dotenv\Repository\Adapter; interface AvailabilityInterface { /** * Determines if the adapter is supported. * * @return bool */ public function isSupported(); }
[+]
..
[-] ApacheAdapter.php
[edit]
[-] ArrayAdapter.php
[edit]
[-] AvailabilityInterface.php
[edit]
[-] EnvConstAdapter.php
[edit]
[-] PutenvAdapter.php
[edit]
[-] ReaderInterface.php
[edit]
[-] ServerConstAdapter.php
[edit]
[-] WriterInterface.php
[edit]
[-] .htaccess.disabled
[edit]