PHP 8.2.31
Preview: ConsoleEvents.php Size: 2.17 KB
//opt/cpanel/ea-wappspector/vendor/rector/rector/vendor/symfony/console/ConsoleEvents.php

<?php

/*
 * This file is part of the Symfony package.
 *
 * (c) Fabien Potencier <fabien@symfony.com>
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
namespace RectorPrefix202411\Symfony\Component\Console;

use RectorPrefix202411\Symfony\Component\Console\Event\ConsoleCommandEvent;
use RectorPrefix202411\Symfony\Component\Console\Event\ConsoleErrorEvent;
use RectorPrefix202411\Symfony\Component\Console\Event\ConsoleSignalEvent;
use RectorPrefix202411\Symfony\Component\Console\Event\ConsoleTerminateEvent;
/**
 * Contains all events dispatched by an Application.
 *
 * @author Francesco Levorato <git@flevour.net>
 */
final class ConsoleEvents
{
    /**
     * The COMMAND event allows you to attach listeners before any command is
     * executed by the console. It also allows you to modify the command, input and output
     * before they are handed to the command.
     *
     * @Event("Symfony\Component\Console\Event\ConsoleCommandEvent")
     */
    public const COMMAND = 'console.command';
    /**
     * The SIGNAL event allows you to perform some actions
     * after the command execution was interrupted.
     *
     * @Event("Symfony\Component\Console\Event\ConsoleSignalEvent")
     */
    public const SIGNAL = 'console.signal';
    /**
     * The TERMINATE event allows you to attach listeners after a command is
     * executed by the console.
     *
     * @Event("Symfony\Component\Console\Event\ConsoleTerminateEvent")
     */
    public const TERMINATE = 'console.terminate';
    /**
     * The ERROR event occurs when an uncaught exception or error appears.
     *
     * This event allows you to deal with the exception/error or
     * to modify the thrown exception.
     *
     * @Event("Symfony\Component\Console\Event\ConsoleErrorEvent")
     */
    public const ERROR = 'console.error';
    /**
     * Event aliases.
     *
     * These aliases can be consumed by RegisterListenersPass.
     */
    public const ALIASES = [ConsoleCommandEvent::class => self::COMMAND, ConsoleErrorEvent::class => self::ERROR, ConsoleSignalEvent::class => self::SIGNAL, ConsoleTerminateEvent::class => self::TERMINATE];
}

Directory Contents

Dirs: 20 × Files: 10

Name Size Perms Modified Actions
Attribute DIR
- drwxr-xr-x 2024-11-08 13:59:10
Edit Download
CI DIR
- drwxr-xr-x 2024-11-08 13:59:10
Edit Download
Command DIR
- drwxr-xr-x 2024-11-08 13:59:10
Edit Download
- drwxr-xr-x 2024-11-08 13:59:10
Edit Download
- drwxr-xr-x 2024-11-08 13:59:10
Edit Download
- drwxr-xr-x 2024-11-08 13:59:10
Edit Download
Debug DIR
- drwxr-xr-x 2024-11-08 13:59:10
Edit Download
- drwxr-xr-x 2024-11-08 13:59:10
Edit Download
- drwxr-xr-x 2024-11-08 13:59:10
Edit Download
Exception DIR
- drwxr-xr-x 2024-11-08 13:59:10
Edit Download
Formatter DIR
- drwxr-xr-x 2024-11-08 13:59:10
Edit Download
Helper DIR
- drwxr-xr-x 2024-11-08 13:59:10
Edit Download
Input DIR
- drwxr-xr-x 2024-11-08 13:59:10
Edit Download
Logger DIR
- drwxr-xr-x 2024-11-08 13:59:10
Edit Download
Messenger DIR
- drwxr-xr-x 2024-11-08 13:59:10
Edit Download
Output DIR
- drwxr-xr-x 2024-11-08 13:59:10
Edit Download
Question DIR
- drwxr-xr-x 2024-11-08 13:59:10
Edit Download
Resources DIR
- drwxr-xr-x 2024-11-08 13:59:10
Edit Download
- drwxr-xr-x 2024-11-08 13:59:10
Edit Download
Style DIR
- drwxr-xr-x 2024-11-08 13:59:10
Edit Download
47.74 KB lrw-r--r-- 2024-11-08 13:59:10
Edit Download
3.63 KB lrw-r--r-- 2024-11-08 13:59:10
Edit Download
1.82 KB lrw-r--r-- 2024-11-08 13:59:10
Edit Download
2.17 KB lrw-r--r-- 2024-11-08 13:59:10
Edit Download
3.91 KB lrw-r--r-- 2024-11-08 13:59:10
Edit Download
1.04 KB lrw-r--r-- 2024-11-08 13:59:10
Edit Download
265 B lrw-r--r-- 2024-11-08 13:59:10
Edit Download
1.21 KB lrw-r--r-- 2024-11-08 13:59:10
Edit Download
1.89 KB lrw-r--r-- 2024-11-08 13:59:10
Edit Download
7.22 KB lrw-r--r-- 2024-11-08 13:59:10
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).