You are here

function csl_element::get_attributes in Bibliography Module 7.2

Same name and namespace in other branches
  1. 6.2 modules/CiteProc/CSL.inc \csl_element::get_attributes()
  2. 7 modules/CiteProc/CSL.inc \csl_element::get_attributes()
1 call to csl_element::get_attributes()
csl_name::init_formatting in modules/CiteProc/CSL.inc

File

modules/CiteProc/CSL.inc, line 203

Class

csl_element

Code

function get_attributes() {
  return $this->attributes;
}