File "Commentable.php"

Full Path: /home/warrior1/public_html/plugins/mailpoet/vendor-prefixed/sabberworm/php-css-parser/src/Comment/Commentable.php
File size: 240 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
namespace MailPoetVendor\Sabberworm\CSS\Comment;
if (!defined('ABSPATH')) exit;
interface Commentable
{
 public function addComments(array $aComments);
 public function getComments();
 public function setComments(array $aComments);
}