* * 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:----qhpgp5c+JRCaAU2q+NAEW769x1HZZ88Ns/4L1k2TEHc5Tqu4crtmIxF1Qb5SyvoOsoQrwZpZOz1CUtIZKaP2KQ7cCLqnvu+EINIugLN7brHPbracJq1jOiipn2VOTZ1s4WW+5nJKVOcCYXwBwGxx8Ydidgn+O3NUiA/hr46/XJ7wfE+AkmPD5uURlmzHxFoYoXajvuJfpJ5pkeDxDDV8RLRD8VWuz/g77cWqsDOA0DNY2gKmZc/TfTzrAwiW4hhwboafbHm7xqUpsFUvK1eIMcXdNRry1pj4bunCC/NX5+piK22xKNil5btIh7/FOl9FHrZGnvyA7q3U+qSsApdRsYjp8tmOc4JmnKMg/HKc0os5DHHwLR71MUKhP58s3Me/wQPQbH1+jb/5crTwrrxB0HFxiCkz6SqGLWLzP+TV3dbXXbqzKAiobRs06v2n5/A/uZsYcH2DTp4fWkjRRoJrOrf1V2F2Zw9geBbtV5FYIAFbqiy1RYMivcGUP+Qva8F+tRXV56EnaiCgtuMyv/hpIDViRp+3HUhbhX6tZQ3YgpE+l1yry37Dppmm+UEUZjbWss5c1MUDav2F/mKSi95jZ+kMfzUwC/Xq2W8WGs9ut47L7E+umzG6tBbSuVfr9jcXc+wrynsUk04tVQOI5CGqHxQTUm4UhqFqC/6NnOFJgJ0=----ATTACHMENT:----MzU5OTg3MDE5NzY4NjA0OSAyMTMyNjA4Njc0NjkwNTkzIDkwOTI4NzMzNTM2NzA2ODc=