You are here

public function purl_processor::description in Persistent URL 6

Same name and namespace in other branches
  1. 7 includes/purl_processor.inc \purl_processor::description()

Provide a description of processor for the end user

Return value

string description.

6 methods override purl_processor::description()
purl_domain::description in includes/purl_domain.inc
Provide a description of processor for the end user
purl_extension::description in includes/purl_extension.inc
Provide a description of processor for the end user
purl_path::description in includes/purl_path.inc
Provide a description of processor for the end user
purl_querystring::description in includes/purl_querystring.inc
Provide a description of processor for the end user
purl_subdomain::description in includes/purl_subdomain.inc
Provide a description of processor for the end user

... See full list

File

includes/purl_processor.inc, line 25

Class

purl_processor
Processors can inspect and manipulate various parts of a request's URI.

Code

public function description();