Class: AuthorFactory

classes~AuthorFactory()

Class representing an author factory.

Constructor

new AuthorFactory()

Source:

Methods

(async) create()

Create the author.
Source:

load()

Load an author from a database object.
Source:

setCreatedAt()

Set the created at date of the author.
Source:

setId()

Set the id of the author.
Source:

setName()

Set the name of the author.
Source:

setPersonalName()

Set the personal name of the author.
Source:

setUpdatedAt()

Set the updated at date of the author.
Source: