PHP 클래스 Ojs\JournalBundle\Entity\JournalFile

상속: implements Ojs\JournalBundle\Entity\JournalItemInterface, use trait Ojs\CoreBundle\Entity\DisplayTrait, use trait Ojs\CoreBundle\Entity\TagsTrait
파일 보기 프로젝트 열기: ojs/ojs 1 사용 예제들

공개 메소드들

메소드 설명
getDescription ( ) : string
getId ( ) : mixed
getJournal ( ) : Journal
getName ( ) : mixed
getPath ( ) : string
getSize ( ) : integer
setDescription ( string $description )
setJournal ( Journal $journal )
setName ( mixed $name )
setPath ( string $path )
setSize ( integer $size )

메소드 상세

getDescription() 공개 메소드

public getDescription ( ) : string
리턴 string

getId() 공개 메소드

public getId ( ) : mixed
리턴 mixed

getJournal() 공개 메소드

public getJournal ( ) : Journal
리턴 Journal

getName() 공개 메소드

public getName ( ) : mixed
리턴 mixed

getPath() 공개 메소드

public getPath ( ) : string
리턴 string

getSize() 공개 메소드

public getSize ( ) : integer
리턴 integer

setDescription() 공개 메소드

public setDescription ( string $description )
$description string

setJournal() 공개 메소드

public setJournal ( Journal $journal )
$journal Journal

setName() 공개 메소드

public setName ( mixed $name )
$name mixed

setPath() 공개 메소드

public setPath ( string $path )
$path string

setSize() 공개 메소드

public setSize ( integer $size )
$size integer