File manager - Edit - /var/www/payraty/helpdesk/common/Admin/Appearance/Events/AppearanceSettingSaved.php
Back
<?php namespace Common\Admin\Appearance\Events; class AppearanceSettingSaved { /** * @var string */ public $type; /** * @var string */ public $key; /** * @var string */ public $value; /** * @var string */ public $previousValue; public function __construct( string $type, string $key, string $value, string $previousValue = null ) { // $this->type = $type; $this->key = $key; $this->value = $value; $this->previousValue = $previousValue; } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings