📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: LiteSpeed
2026-06-28 18:40:58
📂
/ (Root)
/
home
/
apkbfjox
/
shamapk.com
/
wp-content
/
plugins
/
wp-rocket
/
inc
/
Dependencies
/
League
/
Container
/
Argument
📍 /home/apkbfjox/shamapk.com/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Argument
🔄 Refresh
✏️
Editing: RawArgument.php
Writable
<?php declare(strict_types=1); namespace WP_Rocket\Dependencies\League\Container\Argument; class RawArgument implements RawArgumentInterface { /** * @var mixed */ protected $value; /** * Construct. * * @param mixed $value */ public function __construct($value) { $this->value = $value; } /** * {@inheritdoc} */ public function getValue() { return $this->value; } }
💾 Save Changes
❌ Cancel