/**
  * Create Record from MARC
  */
 public function __construct()
 {
     parent::__construct();
     $this->utility[] = "marc";
     $this->utility[] = "alt_scripts";
     // @todo remove this when ready to render this to xml properly
 }
Beispiel #2
0
 /**
  * Create Record from OpenURL Context Object
  */
 public function __construct()
 {
     parent::__construct();
     $this->utility[] = "xpath";
 }
Beispiel #3
0
 public function __wakeup()
 {
     parent::__construct();
     $this->load($this->serialized);
 }