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