Skip to content
Snippets Groups Projects
Commit aeaaacb4 authored by Demian Katz's avatar Demian Katz
Browse files

We'll get this right eventually.

parent 5f3cc68b
Branches
Tags
No related merge requests found
......@@ -81,8 +81,8 @@ class Fedora extends AbstractBase
/**
* Returns file contents of the structmap, our most common call
*
* @param string $id Record id
* @param bool $xml Return data as SimpleXMLElement?
* @param string $id Record id
* @param bool $xml Return data as SimpleXMLElement?
*
* @return string|\SimpleXMLElement
*/
......@@ -105,9 +105,9 @@ class Fedora extends AbstractBase
/**
* Return the content of a datastream.
*
* @param string $id Record id
* @param string $stream Name of stream to retrieve
* @param bool $justStream Do not append /content and return from url as is
* @param string $id Record id
* @param string $stream Name of stream to retrieve
* @param bool $justStream Do not append /content and return from url as is
*
* @return string
*/
......@@ -139,8 +139,8 @@ class Fedora extends AbstractBase
/**
* Get details for the sidebar on a record.
*
* @param string $id ID to retrieve
* @param bool $format Send result through formatDetails?
* @param string $id ID to retrieve
* @param bool $format Send result through formatDetails?
*
* @return string
*/
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment