Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
google_search_console
/
Struct
:
Identifier.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php namespace LE_ACME2\Response\Authorization\Struct; defined('ABSPATH') or die(); class Identifier { public $type; public $value; public function __construct(string $type, string $value) { $this->type = $type; $this->value = $value; } }