|
|
| |
Interchange6::Schema::ResultSet::UriRedirect(3) |
User Contributed Perl Documentation |
Interchange6::Schema::ResultSet::UriRedirect(3) |
Interchange6::Schema::ResultSet::UriRedirect
Provides extra accessor methods for Interchange6::Schema::Result::UriRedirect
Find "uri_source" in Interchange6::Schema::Result::UriRedirect and
check for circular redirects. In the event that a non-circular chain of
redirects is found the last item found is returned.
Returns depend on what is found:
- $source_uri is not found
- Returns undef.
- Circular redirect found
- Returns undef.
- Normal redirect found
- Returns the corresponding "uri_target" in
Interchange6::Schema::Result::UriRedirect and "status_code" in
Interchange6::Schema::Result::UriRedirect as an array in list context or
as an array reference in scalar context.
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc. |