Вход Регистрация
Файл: upload/core/vendor/twig/twig/src/Node/Expression/SupportDefinedTestInterface.php
Строк: 28
<?php

/*
 * This file is part of Twig.
 *
 * (c) Fabien Potencier
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

namespace TwigNodeExpression;

/**
 * Interface implemented by expressions that support the defined test.
 *
 * @author Fabien Potencier <fabien@symfony.com>
 */
interface SupportDefinedTestInterface
{
    public function 
enableDefinedTest(): void;

    public function 
isDefinedTestEnabled(): bool;
}
Онлайн: 0
Реклама