Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
forbidals
/
wp-content
/
plugins
/
wp-migrate-db
/
vendor
/
vlucas
/
phpdotenv
/
src
/
Repository
/
Adapter
:
AvailabilityInterface.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php namespace DeliciousBrains\WPMDB\Container\Dotenv\Repository\Adapter; interface AvailabilityInterface { /** * Determines if the adapter is supported. * * @return bool */ public function isSupported(); }