File manager - Edit - /var/www/ratemypay/vendor/laravel/framework/src/Illuminate/Cache/Events/CacheFlushed.php
Back
<?php namespace Illuminate\Cache\Events; class CacheFlushed { /** * The name of the cache store. * * @var string|null */ public $storeName; /** * The tags that were assigned to the key. * * @var array */ public $tags; /** * Create a new event instance. * * @param string|null $storeName * @param array $tags */ public function __construct($storeName, array $tags = []) { $this->storeName = $storeName; $this->tags = $tags; } /** * Set the tags for the cache event. * * @param array $tags * @return $this */ public function setTags($tags) { $this->tags = $tags; return $this; } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings