PHP 8.2.30
Preview: HandlerInterface.php Size: 870 B
//opt/cloudlinux/alt-php55/root/usr/share/pear/Symfony/Component/CssSelector/Parser/Handler/HandlerInterface.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\CssSelector\Parser\Handler;

use Symfony\Component\CssSelector\Parser\Reader;
use Symfony\Component\CssSelector\Parser\TokenStream;

/**
 * CSS selector handler interface.
 *
 * This component is a port of the Python cssselector library,
 * which is copyright Ian Bicking, @see https://github.com/SimonSapin/cssselect.
 *
 * @author Jean-François Simon <jeanfrancois.simon@sensiolabs.com>
 */
interface HandlerInterface
{
    /**
     * @param Reader      $reader
     * @param TokenStream $stream
     *
     * @return boolean
     */
    public function handle(Reader $reader, TokenStream $stream);
}

Directory Contents

Dirs: 0 × Files: 7

Name Size Perms Modified Actions
1.09 KB lrw-r--r-- 2019-12-18 11:24:05
Edit Download
870 B lrw-r--r-- 2019-12-18 11:24:05
Edit Download
1.73 KB lrw-r--r-- 2019-12-18 11:24:05
Edit Download
1.75 KB lrw-r--r-- 2019-12-18 11:24:05
Edit Download
1.44 KB lrw-r--r-- 2019-12-18 11:24:05
Edit Download
2.55 KB lrw-r--r-- 2019-12-18 11:24:05
Edit Download
1.14 KB lrw-r--r-- 2019-12-18 11:24:05
Edit Download

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