detail
class detail
Properties
| protected | $detail_prefix | ||
| protected | $detail_suffix | ||
| $record_title | |||
| $metadata | |||
| $image_src | |||
| $notes | |||
| $subjects |
Methods
Class Constructor
No description
Method to print out the document detail based on template
Method to get file attachments information of biblio
No description
Method to get items/copies information of biblio
Method to get other version of biblio
Method to get biblio custom data
Record detail output in HTML mode
Record detail output in MODS (Metadata Object Description Schema) XML mode
Record detail output in Dublin Core XML
Record detail output in JSON-LD (JSON-Linked Data)
Get Record detail prefix
Get Record detail suffix
No description
Details
at line 61
void
__construct($dbs, int $int_detail_id, str $str_output_format = 'html')
Class Constructor
at line 81
setTemplate($str_template_path)
No description
at line 92
void
showDetail()
Method to print out the document detail based on template
at line 138
mix
getAttachments()
Method to get file attachments information of biblio
at line 222
embed($url)
No description
at line 238
string
getItemCopy()
Method to get items/copies information of biblio
at line 300
string
getRelatedBiblio()
Method to get other version of biblio
at line 349
array
getBiblioCustom()
Method to get biblio custom data
at line 416
protected array
htmlOutput()
Record detail output in HTML mode
at line 520
array
MODSoutput()
Record detail output in MODS (Metadata Object Description Schema) XML mode
at line 789
string
DublinCoreOutput()
Record detail output in Dublin Core XML
at line 957
string
JSONLDoutput()
Record detail output in JSON-LD (JSON-Linked Data)
at line 1064
getPrefix()
Get Record detail prefix
at line 1073
getSuffix()
Get Record detail suffix
at line 1078
getError()
No description