laipower/wp-content/plugins/static-html-output-plugin/plugin/CSSParser/Comment/Commentable.php

2 lines
192 B
PHP
Raw Normal View History

2020-04-07 13:03:04 +00:00
<?php
namespace Sabberworm\CSS\Comment; interface Commentable { public function addComments(array $aComments); public function getComments(); public function setComments(array $aComments); }