Class \Prado\Web\TUrlMappingPatternSecureConnection
TUrlMappingPatternSecureConnection class
TUrlMappingPatternSecureConnection defines the enumerable type for the possible SecureConnection URL prefix behavior that can be used by TUrlMappingPattern::constructUrl().
Class hierarchy
- \Prado\Web\TUrlMappingPatternSecureConnection
- \Prado\TEnumerable implements Iterator
Since: 3.2
__construct, current, key, next, rewind, valid |
public
mixed
|
Automatic
Keep current SecureConnection status
means no prefixing
|
'Automatic'
|
public
mixed
|
Disable
Force use unsecured connection
always prefixing with http://example.com/path/to/app
|
'Disable'
|
public
mixed
|
DisableIfSecure
Force use unsecured connection, if in secured mode
prefixing with https://example.com/path/to/app
|
'DisableIfSecure'
|
public
mixed
|
Enable
Force use secured connection
always prefixing with https://example.com/path/to/app
|
'Enable'
|
public
mixed
|
EnableIfNotSecure
Force use secured connection, if in unsecured mode
prefixing with https://example.com/path/to/app
|
'EnableIfNotSecure'
|