You are here

public function csl_element::get_attributes in Bibliography Module 7

Same name and namespace in other branches
  1. 6.2 modules/CiteProc/CSL.inc \csl_element::get_attributes()
  2. 7.2 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 289
CiteProc-PHP.

Class

csl_element

Code

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