addAuthorToArticle()
public méthode
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 |
|
Résultat |
Newscoop\Entity\ArticleAuthor |
|
removeAuthorFromArticle()
public méthode
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 |
|
Résultat |
Newscoop\Entity\ArticleAuthor |
|