You are here

function purl_path_element::__construct in Persistent URL 6

Same name and namespace in other branches
  1. 7 purl.module \purl_path_element::__construct()

File

./purl.module, line 955

Class

purl_path_element

Code

function __construct($processor, $value, $provider, $id) {
  $this->processor = $processor;
  $this->value = $value;
  $this->provider = $provider;
  $this->id = $id;
}