addAuthorToArticle()
public method
Add author with type to article
public addAuthorToArticle ( Article $article, Author $author, AuthorType $authorType ) : ArticleAuthor |
$article |
Newscoop\Entity\Article |
|
$author |
Newscoop\Entity\Author |
|
$authorType |
Newscoop\Entity\AuthorType |
|
return |
Newscoop\Entity\ArticleAuthor |
|
removeAuthorFromArticle()
public method
Remove author with type from article
public removeAuthorFromArticle ( Article $article, Author $author, AuthorType $authorType ) : ArticleAuthor |
$article |
Newscoop\Entity\Article |
|
$author |
Newscoop\Entity\Author |
|
$authorType |
Newscoop\Entity\AuthorType |
|
return |
Newscoop\Entity\ArticleAuthor |
|