haxorqt
Home
Console
Upload
information
Create File
Create Folder
About
:
/
proc
/
thread-self
/
cwd
/
wp-content
/
plugins
/
admin-columns-pro
/
classes
/
Search
/
Filename :
SegmentSchema.php
back
Copy
<?php declare(strict_types=1); namespace ACP\Search; interface SegmentSchema { public const KEY = 'segment_key'; public const LIST_SCREEN_ID = 'list_screen_id'; public const USER_ID = 'user_id'; public const NAME = 'name'; public const URL_PARAMETERS = 'url_parameters'; public const DATE_CREATED = 'date_created'; }