Contributor class

Contributor class

Represents a bibliography source contributor. Can be either an corporate (an organization) or a list of persons.

Methods

NameDescription
as_corporate()Casts contributor to Corporate, otherwise returns null.
as_person_collection()Casts contributor to PersonCollection, otherwise returns null.

See Also