FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
mailpoet
/
vendor-prefixed
/
sabberworm
/
php-css-parser
/
src
/
Comment
Edit File: Commentable.php
<?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); }
Save
Back