PHP 클래스 Ojs\JournalBundle\Entity\Citation

상속: implements Gedmo\Translatable\Translatable, use trait Ojs\Common\Entity\GenericEntityTrait
파일 보기 프로젝트 열기: ojs/ojs 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( )
addArticle ( Article $article ) : Citation Add article
getArticles ( ) : Doctrine\Common\Collections\Collection Get articles
getId ( ) : integer Get id
getOrderNum ( ) : integer Get orderNum
getRaw ( ) : string Get raw
getType ( ) : string Get type
removeArticle ( Article $article ) Remove articles
setCreated ( DateTime $created ) : Citation Set created
setOrderNum ( integer $orderNum ) : Citation Set orderNum
setRaw ( string $raw ) : Citation Set raw
setType ( string $type ) : Citation Set type
setUpdated ( DateTime $updated ) : Citation Set updated

메소드 상세

__construct() 공개 메소드

public __construct ( )

addArticle() 공개 메소드

Add article
public addArticle ( Article $article ) : Citation
$article Article
리턴 Citation

getArticles() 공개 메소드

Get articles
public getArticles ( ) : Doctrine\Common\Collections\Collection
리턴 Doctrine\Common\Collections\Collection

getId() 공개 메소드

Get id
public getId ( ) : integer
리턴 integer

getOrderNum() 공개 메소드

Get orderNum
public getOrderNum ( ) : integer
리턴 integer

getRaw() 공개 메소드

Get raw
public getRaw ( ) : string
리턴 string

getType() 공개 메소드

Get type
public getType ( ) : string
리턴 string

removeArticle() 공개 메소드

Remove articles
public removeArticle ( Article $article )
$article Article

setCreated() 공개 메소드

Set created
public setCreated ( DateTime $created ) : Citation
$created DateTime
리턴 Citation

setOrderNum() 공개 메소드

Set orderNum
public setOrderNum ( integer $orderNum ) : Citation
$orderNum integer
리턴 Citation

setRaw() 공개 메소드

Set raw
public setRaw ( string $raw ) : Citation
$raw string
리턴 Citation

setType() 공개 메소드

Set type
public setType ( string $type ) : Citation
$type string
리턴 Citation

setUpdated() 공개 메소드

Set updated
public setUpdated ( DateTime $updated ) : Citation
$updated DateTime
리턴 Citation