PHP 8.3.31
Preview: Commentable.php Size: 452 B
/proc/self/root/home/getspomw/itechservicellc.com/vendor/sabberworm/php-css-parser/src/Comment/Commentable.php

<?php

namespace Sabberworm\CSS\Comment;

interface Commentable
{
    /**
     * @param array<array-key, Comment> $aComments
     *
     * @return void
     */
    public function addComments(array $aComments);

    /**
     * @return array<array-key, Comment>
     */
    public function getComments();

    /**
     * @param array<array-key, Comment> $aComments
     *
     * @return void
     */
    public function setComments(array $aComments);
}

Directory Contents

Dirs: 0 × Files: 2

Name Size Perms Modified Actions
1.25 KB lrw-r--r-- 2025-10-28 20:23:30
Edit Download
452 B lrw-r--r-- 2025-10-28 20:23:30
Edit Download

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