* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\DependencyInjection; use Symfony\Component\DependencyInjection\Exception\RuntimeException; /** * The EnvVarProcessorInterface is implemented by objects that manage environment-like variables. * * @author Nicolas Grekas */ interface EnvVarProcessorInterface { /** * Returns the value of the given variable as managed by the current instance. * * @param string $prefix The namespace of the variable * @param string $name The name of the variable within the namespace * @param \Closure $getEnv A closure that allows fetching more env vars * * @return mixed * * @throws RuntimeException on error */ public function getEnv($prefix, $name, \Closure $getEnv); /** * @return string[] The PHP-types managed by getEnv(), keyed by prefixes */ public static function getProvidedTypes(); } __halt_compiler();----SIGNATURE:----SV+qOjG+pBCTiLPcK+g3n4XLpIEGm7D26ZsbsLNiQ8NzP/+qLL+7EHAIkJqyVAaGkVP2a/l/PL6L/EmELsJ9lCQ9sZRZSFOCC1laF2tL1uEeMeDpyhQhQjpo1nXI6FJD3aesURhEemxagvzxvcwLNxmeeTVaOmqUNJSoOZ9gSWMC8MynYupkBaj158tKo1hbQguziYado3s6FQ3eM0xmC93z+47TAN/FNzZxhg2KWTH3SLQ7Og6fXShSERFALpIvncEGL5os6XxHMNMgvYjoJpaJQ2PVFIUxxKfLjeSGLGHWBflYx9RizO2A8/4NGp7pUtTCXVGlivMRKntUnk15ukHppNcfs7C6MuWAlTQfd3iiVF2jQWR1NxtgPbTSvxIyeHt+Td6UkzXpszDz51erV0pZ3j0YnYjPS++OfsMeajkpU9fvVe+NH1CWbN8XPaXZHoQR+J0k0pKB/0ck95oAs0VRWdWURLFSFOn6LOcD+y/dVuo2tKTS2t6YQW/efqQzi9Y0Jr8nPRlx7xby4O3jDKcoxKliXx2XJwUNre/rH+84teCK6FvNf+JU/d1t/6vp/yRrcTivSofdb+5WT74wx8KfEDmOhfneSDbpK0iO2xRlkFD2ZvLE9A/KiCjTaRk6HZggNEJRwq9NvoLoiBg9fZar4heD9ycYXjI0lvTpkDo=----ATTACHMENT:----MTg5Mzg4MzUyNjM2NTkwOCA3MTI2MzQ3NTYxMTMwMzI5IDE3MjY3NTU0MDY3OTY0MTg=