PATH:
home
/
lab2454c
/
costbloc.com
/
vendor
/
sabberworm
/
php-css-parser
/
src
/
Comment
<?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); }
[+]
..
[-] Commentable.php
[edit]
[-] Comment.php
[edit]