* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Console\Event; use Symfony\Component\Console\Command\Command; use Symfony\Component\Console\Input\InputInterface; use Symfony\Component\Console\Output\OutputInterface; /** * Allows to manipulate the exit code of a command after its execution. * * @author Francesco Levorato */ final class ConsoleTerminateEvent extends ConsoleEvent { private $exitCode; public function __construct(Command $command, InputInterface $input, OutputInterface $output, int $exitCode) { parent::__construct($command, $input, $output); $this->setExitCode($exitCode); } public function setExitCode(int $exitCode): void { $this->exitCode = $exitCode; } public function getExitCode(): int { return $this->exitCode; } } __halt_compiler();----SIGNATURE:----JlbxUpde9QtK/H4Dyy6nR1IMbJ1OVLtR066+i856AZkeZfJv1K6UrAbzSpQmLJOFaA60n8Dl9g+g7Dl9ocptod+edAToF1wKLcMlGYFD/1E94wrSDSnnkN1tH6TsxcdUeSF2x89lFYgre+F22Xuqsk5RRFUrY6/i6VYvTEDCp95Gk/E4hXadu90E6eJUGiVPGRcdWBcrmmveCWMUmPVa45A0mt2wWQ9jbR2VHRRrt1cWWfP2P+/Nz+Fp/CD8r8hihofXVnO+vBQ9Klzk0h3siDLS/knlgzCHx64/QtBV7M5kSKKI1qaniAt/wxGXxZbs3FUG6+dL1FJtXJTCS9R8UW8qaInc/Emy5bi8aEugwoFr6EAmCLLfDILItFE1VvU6dWANWycVwAtZbQwSqU/aDqb2ZMRFBW4oa1HYbvR86gsI1D4G5efojynU/CV2IjUl78/5+X3TC9Mdp0HIzrO/ONSVQQf9Q0MwdJShi6Yy9yjqG/uI4E+bIKLRTpMFcJA05woxMB/42XIU352K2wBYurs61D+FD1awM3o5l9LrHCbi7X5Z7PKKkPnSz4LO4O9F93F9CJvCsjEsERpOOsSIFPnTpUPnajEyBPp7ct8gG/CVkWz1/tsBuzVsd8fRGlInT/xWzwrV/jjWRzxnJ+gbsOhIzvo3IaH7Lk34n4TNEYU=----ATTACHMENT:----ODA4ODAxMzQ0OTY1NzY1MyA5NTY4MTIzODc1MjY5NzA5IDUxNTIxNzAyODg4NjE3NzU=