📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-02 13:13:28
📂
/ (Root)
/
home
/
orkouolp
/
web
/
orkofarms.com
/
wp-content
/
plugins
/
woocommerce
/
lib
/
packages
/
Sabberworm
/
CSS
/
Comment
📍 /home/orkouolp/web/orkofarms.com/wp-content/plugins/woocommerce/lib/packages/Sabberworm/CSS/Comment
🔄 Refresh
✏️
Editing: Commentable.php
Writable
<?php namespace Automattic\WooCommerce\Vendor\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); }
💾 Save Changes
❌ Cancel