File: /var/www/vhosts/uyarreklam.com.tr/httpdocs/Commentable.php.tar
httpdocs/wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Comment/Commentable.php0000644 00000000704 15155473331 0036401 0 ustar 00 var/www/vhosts/uyarreklam.com.tr <?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);
}