TUrlMappingPatternSecureConnection class
TUrlMappingPatternSecureConnection defines the enumerable type for the possible SecureConnection URL prefix behavior that can be used by TUrlMappingPattern::constructUrl().
Located in /Web/TUrlMapping.php (line 937)
TEnumerable | --TUrlMappingPatternSecureConnection
Inherited From TEnumerable
TEnumerable::__construct()
TEnumerable::current()
TEnumerable::key()
TEnumerable::next()
TEnumerable::rewind()
TEnumerable::valid()
Keep current SecureConnection status
means no prefixing
Force use unsecured connection
always prefixing with http://example.com/path/to/app
Force use unsecured connection, if in secured mode
prefixing with https://example.com/path/to/app
Force use secured connection
always prefixing with https://example.com/path/to/app
Force use secured connection, if in unsecured mode
prefixing with https://example.com/path/to/app
Documentation generated on Mon, 25 Jun 2012 14:39:33 +0200 by phpDocumentor 1.4.3