PHP Class Ojs\JournalBundle\Entity\JournalFile

Inheritance: implements Ojs\JournalBundle\Entity\JournalItemInterface, use trait Ojs\CoreBundle\Entity\DisplayTrait, use trait Ojs\CoreBundle\Entity\TagsTrait
Mostra file Open project: ojs/ojs Class Usage Examples

Public Methods

Method Description
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 )

Method Details

getDescription() public method

public getDescription ( ) : string
return string

getId() public method

public getId ( ) : mixed
return mixed

getJournal() public method

public getJournal ( ) : Journal
return Journal

getName() public method

public getName ( ) : mixed
return mixed

getPath() public method

public getPath ( ) : string
return string

getSize() public method

public getSize ( ) : integer
return integer

setDescription() public method

public setDescription ( string $description )
$description string

setJournal() public method

public setJournal ( Journal $journal )
$journal Journal

setName() public method

public setName ( mixed $name )
$name mixed

setPath() public method

public setPath ( string $path )
$path string

setSize() public method

public setSize ( integer $size )
$size integer