PHP 8.3.30
Preview: AtRule.php Size: 873 B
/home/getspomw/itechservicellc.com/vendor/sabberworm/php-css-parser/src/Property/AtRule.php

<?php

namespace Sabberworm\CSS\Property;

use Sabberworm\CSS\Comment\Commentable;
use Sabberworm\CSS\Renderable;

interface AtRule extends Renderable, Commentable
{
    /**
     * Since there are more set rules than block rules,
     * we’re whitelisting the block rules and have anything else be treated as a set rule.
     *
     * @var string
     *
     * @internal since 8.5.2
     */
    const BLOCK_RULES = 'media/document/supports/region-style/font-feature-values';

    /**
     * … and more font-specific ones (to be used inside font-feature-values)
     *
     * @var string
     *
     * @internal since 8.5.2
     */
    const SET_RULES = 'font-face/counter-style/page/swash/styleset/annotation';

    /**
     * @return string|null
     */
    public function atRuleName();

    /**
     * @return string|null
     */
    public function atRuleArgs();
}

Directory Contents

Dirs: 0 × Files: 6

Name Size Perms Modified Actions
873 B lrw-r--r-- 2025-10-28 20:23:30
Edit Download
2.67 KB lrw-r--r-- 2025-10-28 20:23:30
Edit Download
2.83 KB lrw-r--r-- 2025-10-28 20:23:30
Edit Download
2.75 KB lrw-r--r-- 2025-10-28 20:23:30
Edit Download
733 B lrw-r--r-- 2025-10-28 20:23:30
Edit Download
3.61 KB lrw-r--r-- 2025-10-28 20:23:30
Edit Download

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