%PDF- %PDF-
| Direktori : /var/www/pjc/vendor/vlucas/phpdotenv/src/Store/ |
| Current File : /var/www/pjc/vendor/vlucas/phpdotenv/src/Store/StoreInterface.php |
<?php
namespace Dotenv\Store;
interface StoreInterface
{
/**
* Read the content of the environment file(s).
*
* @throws \Dotenv\Exception\InvalidPathException
*
* @return string
*/
public function read();
}