PATH:
home
/
lab2454c
/
tripvare.com
/
backup
/
vendor
/
sabberworm
/
php-css-parser
/
lib
/
Sabberworm
/
CSS
/
Comment
<?php namespace Sabberworm\CSS\Comment; interface Commentable { /** * @param array $aComments Array of comments. */ public function addComments(array $aComments); /** * @return array */ public function getComments(); /** * @param array $aComments Array containing Comment objects. */ public function setComments(array $aComments); }
[+]
..
[-] Commentable.php
[edit]
[-] Comment.php
[edit]