File manager - Edit - /home/autoph/public_html/projects/vendor/laravel/framework/src/Illuminate/Cache/Events/RetrievingManyKeys.php
Back
<?php namespace Illuminate\Cache\Events; class RetrievingManyKeys extends CacheEvent { /** * The keys that are being retrieved. * * @var array */ public $keys; /** * Create a new event instance. * * @param string|null $storeName * @param array $keys * @param array $tags * @return void */ public function __construct($storeName, $keys, array $tags = []) { parent::__construct($storeName, $keys[0] ?? '', $tags); $this->keys = $keys; } }
| ver. 1.4 |
.
| PHP 8.1.32 | Generation time: 0 |
proxy
|
phpinfo
|
Settings