PHP 클래스 Ojs\AdminBundle\Entity\AdminFile

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

공개 메소드들

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

메소드 상세

__toString() 공개 메소드

public __toString ( ) : mixed
리턴 mixed

getDescription() 공개 메소드

public getDescription ( ) : string
리턴 string

getId() 공개 메소드

public getId ( ) : mixed
리턴 mixed

getName() 공개 메소드

public getName ( ) : mixed
리턴 mixed

getPath() 공개 메소드

public getPath ( ) : string
리턴 string

getSize() 공개 메소드

public getSize ( ) : integer
리턴 integer

setDescription() 공개 메소드

public setDescription ( string $description )
$description string

setName() 공개 메소드

public setName ( mixed $name )
$name mixed

setPath() 공개 메소드

public setPath ( string $path )
$path string

setSize() 공개 메소드

public setSize ( integer $size )
$size integer