PHP Class Ojs\AdminBundle\Entity\AdminFile

Inheritance: use trait Ojs\CoreBundle\Entity\DisplayTrait, use trait Ojs\CoreBundle\Entity\TagsTrait
Afficher le fichier Open project: ojs/ojs Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public __toString ( ) : mixed
Résultat mixed

getDescription() public méthode

public getDescription ( ) : string
Résultat string

getId() public méthode

public getId ( ) : mixed
Résultat mixed

getName() public méthode

public getName ( ) : mixed
Résultat mixed

getPath() public méthode

public getPath ( ) : string
Résultat string

getSize() public méthode

public getSize ( ) : integer
Résultat integer

setDescription() public méthode

public setDescription ( string $description )
$description string

setName() public méthode

public setName ( mixed $name )
$name mixed

setPath() public méthode

public setPath ( string $path )
$path string

setSize() public méthode

public setSize ( integer $size )
$size integer