Current Path: > home > codekrsu > > ameliagraphics.com > wp-content > plugins > content-control > > > classes > Base
Operation : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 Software : Apache Server IP : 162.0.232.56 | Your IP: 216.73.216.111 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
Container.php | File | 717 bytes | September 21 2023 14:13:04. | |
Controller.php | File | 751 bytes | June 21 2024 13:00:36. | |
Stream.php | File | 3345 bytes | October 05 2023 03:16:16. | |
Upgrade.php | File | 3044 bytes | May 09 2025 02:30:24. |
<?php /** * Plugin container. * * @copyright (c) 2021, Code Atlantic LLC. * * @package ContentControl */ namespace ContentControl\Base; defined( 'ABSPATH' ) || exit; use ContentControl\Vendor\Pimple\Container as Base; /** * Localized container class. */ class Container extends Base { /** * Get item from container * * @param string $id Key for the item. * * @return mixed Current value of the item. */ public function get( $id ) { return $this->offsetGet( $id ); } /** * Set item in container * * @param string $id Key for the item. * @param mixed $value Value to be set. * * @return void */ public function set( $id, $value ) { $this->offsetSet( $id, $value ); } }
SILENT KILLER Tool