PHP 8.2.30
Preview: HelperInterface.php Size: 1011 B
/opt/cloudlinux/alt-php53/root/usr/share/pear/Symfony/Component/Console/Helper/HelperInterface.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\Helper;

/**
 * HelperInterface is the interface all helpers must implement.
 *
 * @author Fabien Potencier <fabien@symfony.com>
 *
 * @api
 */
interface HelperInterface
{
    /**
     * Sets the helper set associated with this helper.
     *
     * @param HelperSet $helperSet A HelperSet instance
     *
     * @api
     */
    public function setHelperSet(HelperSet $helperSet = null);

    /**
     * Gets the helper set associated with this helper.
     *
     * @return HelperSet A HelperSet instance
     *
     * @api
     */
    public function getHelperSet();

    /**
     * Returns the canonical name of this helper.
     *
     * @return string The canonical name
     *
     * @api
     */
    public function getName();
}

Directory Contents

Dirs: 0 × Files: 9

Name Size Perms Modified Actions
2.50 KB lrw-r--r-- 2019-12-18 11:20:40
Edit Download
16.06 KB lrw-r--r-- 2019-12-18 11:20:40
Edit Download
2.18 KB lrw-r--r-- 2019-12-18 11:20:40
Edit Download
1.42 KB lrw-r--r-- 2019-12-18 11:20:40
Edit Download
1011 B lrw-r--r-- 2019-12-18 11:20:40
Edit Download
2.47 KB lrw-r--r-- 2019-12-18 11:20:40
Edit Download
747 B lrw-r--r-- 2019-12-18 11:20:40
Edit Download
11.61 KB lrw-r--r-- 2019-12-18 11:20:40
Edit Download
12.52 KB lrw-r--r-- 2019-12-18 11:20:40
Edit Download

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