One Hat Cyber Team
Your IP :
3.144.89.52
Server IP :
192.145.235.60
Server :
Linux ngx365.inmotionhosting.com 5.14.0-427.33.1.el9_4.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Aug 30 09:45:56 EDT 2024 x86_64
Server Software :
Apache
PHP Version :
8.2.27
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
centos12
/
www
/
centosuit
/
app
/
Enums
/
Edit File:
NonClickableSegments.php
<?php namespace App\Enums; enum NonClickableSegments: string { // phpcs:disable case APPLIED_CREDITS = 'applied-credits'; case CREDIT_INVOICES = 'credited-invoices'; case VIEW_TRANSACTION = 'view-transaction'; case APPLY_TO_INVOICE = 'apply-to-invoice'; case CONVERT_INVOICE = 'convert-invoice'; case PROJECT_NOTES = 'project-notes'; case CLIENT_CONTACT = 'client-contacts'; // phpcs:enable public static function getValues() { return array_map(function($enum) { return $enum->value; }, self::cases()); } }
Simpan