Вход Регистрация
Файл: upload/core/vendor/twig/twig/src/ExpressionParser/InfixAssociativity.php
Строк: 11
<?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 TwigExpressionParser;

enum InfixAssociativity
{
    case 
Left;
    case 
Right;
}
Онлайн: 1
Реклама