function purl_path_element::__construct in Persistent URL 6
Same name and namespace in other branches
- 7 purl.module \purl_path_element::__construct()
File
- ./
purl.module, line 955
Class
Code
function __construct($processor, $value, $provider, $id) {
$this->processor = $processor;
$this->value = $value;
$this->provider = $provider;
$this->id = $id;
}