43 parent::__construct($node,
$parent);
55 public function render($data, $citationNumber =
null)
57 if (!$this->attributesInitialized) {
61 ->getBibliographySpecificOptions()
62 ->getSubsequentAuthorSubstitute();
65 ->getBibliographySpecificOptions()
66 ->getSubsequentAuthorSubstituteRule();
68 if ($subsequentAuthorSubstitute !==
null && !empty($subsequentAuthorSubstituteRule)) {
71 ->setSubsequentAuthorSubstitute($subsequentAuthorSubstitute);
74 ->setSubsequentAuthorSubstituteRule($subsequentAuthorSubstituteRule);
76 return $this->layout->render($data, $citationNumber);