This interface describes a versioned model.
Methods
Return the email of the version's author, at the moment the version was created.
getAuthorEmail() : string
Return the name of the version's author, at the moment the version was created.
getAuthorName() : string
Return the username of the version's author, at the moment the version was created.
getAuthorUsername() : string
Return the data time this version was created.
getDateTime() : \DateTime
Return the version string of this model version.
getVersion() : string
Determine if this is the current version of the model.
isCurrent() : bool