Page MenuHomeDevCentral

TrustProxyConfigurationMode.php
No OneTemporary

TrustProxyConfigurationMode.php

<?php
namespace AuthGrove\Enums;
use Artisaninweb\Enum\Enum;
/**
* @method static TrustProxyConfigurationMode ENUM()
*/
class TrustProxyConfigurationMode extends Enum {
const __default = self::TrustNone;
const TrustNone = 0;
const TrustSome = 1;
const TrustAll = 2;
}

File Metadata

Mime Type
text/x-php
Expires
Fri, Feb 28, 21:45 (1 d, 11 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2436330
Default Alt Text
TrustProxyConfigurationMode.php (291 B)

Event Timeline