PHP Class Ojs\JournalBundle\Entity\ArticleAuthor

Inheritance: implements Gedmo\Translatable\Translatable, use trait Ojs\Common\Entity\GenericEntityTrait
Mostra file Open project: ojs/ojs Class Usage Examples

Public Methods

Method Description
__toString ( )
getArticle ( ) : Article
getAuthor ( ) : Author
getAuthorOrder ( ) : integer Get authorOrder
getId ( ) : integer Get id
setArticle ( Article $article = null )
setAuthor ( Author $author )
setAuthorOrder ( integer $authorOrder ) Set authorOrder

Method Details

__toString() public method

public __toString ( )

getArticle() public method

public getArticle ( ) : Article
return Article

getAuthor() public method

public getAuthor ( ) : Author
return Author

getAuthorOrder() public method

Get authorOrder
public getAuthorOrder ( ) : integer
return integer

getId() public method

Get id
public getId ( ) : integer
return integer

setArticle() public method

public setArticle ( Article $article = null )
$article Article

setAuthor() public method

public setAuthor ( Author $author )
$author Author

setAuthorOrder() public method

Set authorOrder
public setAuthorOrder ( integer $authorOrder )
$authorOrder integer