📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: LiteSpeed
2026-06-28 19:16:52
📂
/ (Root)
/
home
/
apkbfjox
/
stargame.pk
/
wp-content
/
plugins
/
wp-rocket
/
inc
/
Dependencies
/
League
/
Container
/
Inflector
📍 /home/apkbfjox/stargame.pk/wp-content/plugins/wp-rocket/inc/Dependencies/League/Container/Inflector
🔄 Refresh
✏️
Editing: InflectorAggregateInterface.php
Writable
<?php declare(strict_types=1); namespace WP_Rocket\Dependencies\League\Container\Inflector; use IteratorAggregate; use WP_Rocket\Dependencies\League\Container\ContainerAwareInterface; interface InflectorAggregateInterface extends ContainerAwareInterface, IteratorAggregate { /** * Add an inflector to the aggregate. * * @param string $type * @param callable $callback * * @return Inflector */ public function add(string $type, callable $callback = null) : Inflector; /** * Applies all inflectors to an object. * * @param object $object * @return object */ public function inflect($object); }
💾 Save Changes
❌ Cancel