|
Open Monograph Press
3.3.0
|
17 define(
'OAIRECORD_STATUS_DELETED', 0);
18 define(
'OAIRECORD_STATUS_ALIVE', 1);
56 if (!$this->maxRecords) $this->maxRecords = 100;
143 $this->
namespace = $namespace;
147 foreach ($data as $element) {
148 if (isset($data[$locale]))
return $data[$locale];
159 function toXml($record, $format =
null) {
221 $this->data = array();
224 function setData($name, &$value) {
225 $this->data[$name] =& $value;
229 if (isset($this->data[$name])) $returner =& $this->data[$name];
230 else $returner =
null;
__construct($id, $offset, $params, $expire)
static getVar($section, $key, $default=null)
__construct($spec, $name, $description)
__construct($baseUrl, $repositoryId)
Data structures associated with the OAI request handler.