X7ROOT File Manager
Current Path:
/home/cbholdings/pasukulu/lib/php-css-parser/Comment
home
/
cbholdings
/
pasukulu
/
lib
/
php-css-parser
/
Comment
/
📁
..
📄
Comment.php
(1.14 KB)
📄
Commentable.php
(452 B)
Editing: Commentable.php
<?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); }
Upload File
Create Folder