PHP Class Ojs\AdminBundle\Entity\AdminFile

Inheritance: use trait Ojs\CoreBundle\Entity\DisplayTrait, use trait Ojs\CoreBundle\Entity\TagsTrait
Show file Open project: ojs/ojs Class Usage Examples

Public Methods

Method Description
__toString ( ) : mixed
getDescription ( ) : string
getId ( ) : mixed
getName ( ) : mixed
getPath ( ) : string
getSize ( ) : integer
setDescription ( string $description )
setName ( mixed $name )
setPath ( string $path )
setSize ( integer $size )

Method Details

__toString() public method

public __toString ( ) : mixed
return mixed

getDescription() public method

public getDescription ( ) : string
return string

getId() public method

public getId ( ) : mixed
return mixed

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

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