SUFFIX_ALLOW
SUFFIX_ALLOW = '_ALLOW_XDEBUG'
$statusWriter : \Composer\XdebugHandler\Status|null
__construct(\Symfony\Component\Console\Output\OutputInterface $output)
Constructor
The $envPrefix is used to create distinct environment variables. It is uppercased and prepended to the default base values. For example 'myapp' would result in MYAPP_ALLOW_XDEBUG and MYAPP_ORIGINAL_INIS.
\Symfony\Component\Console\Output\OutputInterface | $output |
setLogger(\Psr\Log\LoggerInterface $logger) : $this
Activates status message output to a PSR3 logger
\Psr\Log\LoggerInterface | $logger |
setEnvironment(boolean $scannedInis, array $iniFiles) : boolean
Returns true if the restart environment variables were set
No need to update $_SERVER since this is set in the restarted process.
boolean | $scannedInis | Whether there were scanned ini files |
array | $iniFiles | All ini files used in the current process |