public function purl_extension::method in Persistent URL 6
Same name and namespace in other branches
- 7 includes/purl_extension.inc \purl_extension::method()
Return the method the processor users.
Return value
string, machine name of the method.
Overrides purl_processor::method
File
- includes/
purl_extension.inc, line 18
Class
- purl_extension
- File extension style. Like ".csv"
Code
public function method() {
return 'extension';
}