PHP 8.2.31
Preview: SignalableCommandInterface.php Size: 682 B
//opt/cpanel/ea-wappspector/vendor/symfony/console/Command/SignalableCommandInterface.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 Symfony\Component\Console\Command;

/**
 * Interface for command reacting to signal.
 *
 * @author Grégoire Pineau <lyrixx@lyrix.info>
 */
interface SignalableCommandInterface
{
    /**
     * Returns the list of signals to subscribe.
     */
    public function getSubscribedSignals(): array;

    /**
     * The method will be called when the application is signaled.
     */
    public function handleSignal(int $signal): void;
}

Directory Contents

Dirs: 0 × Files: 8

Name Size Perms Modified Actions
20.02 KB lrw-r--r-- 2024-11-06 11:30:55
Edit Download
8.33 KB lrw-r--r-- 2024-11-06 11:30:55
Edit Download
4.81 KB lrw-r--r-- 2024-11-06 11:30:55
Edit Download
3.04 KB lrw-r--r-- 2024-11-06 11:30:55
Edit Download
5.26 KB lrw-r--r-- 2024-11-06 11:30:55
Edit Download
3.06 KB lrw-r--r-- 2024-11-06 11:30:55
Edit Download
1.68 KB lrw-r--r-- 2024-11-06 11:30:55
Edit Download
682 B lrw-r--r-- 2024-11-06 11:30:55
Edit Download

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