27 private $subsequentAuthorSubstitute;
32 private $subsequentAuthorSubstituteRule =
"complete-all";
39 public function __construct(array $data = [], $citation =
null)
41 parent::__construct($data);
42 $this->citation = $citation;
50 return $this->subsequentAuthorSubstitute;
58 $this->subsequentAuthorSubstitute = $subsequentAuthorSubstitute;
66 return $this->subsequentAuthorSubstituteRule;
74 $this->subsequentAuthorSubstituteRule = $subsequentAuthorSubstituteRule;