PHP 클래스 Jarves\File\FileInfo

상속: implements Jarves\File\FileInfoInterface, use trait FileInfoTrait
파일 보기 프로젝트 열기: jarves/jarves 1 사용 예제들

공개 메소드들

메소드 설명
getCreatedTime ( ) : integer
getHash ( ) : string
getModifiedTime ( ) : integer
getMountPoint ( ) : boolean
getPath ( ) : string
getSize ( ) : string
getType ( ) : string
isMountPoint ( ) : boolean
setCreatedTime ( integer $createdTime )
setHash ( string $hash )
setModifiedTime ( integer $modifiedTime )
setMountPoint ( boolean $mountPoint )
setPath ( string $path )
setSize ( string $size )
setType ( string $type )
toArray ( ) : array

메소드 상세

getCreatedTime() 공개 메소드

public getCreatedTime ( ) : integer
리턴 integer

getHash() 공개 메소드

public getHash ( ) : string
리턴 string

getModifiedTime() 공개 메소드

public getModifiedTime ( ) : integer
리턴 integer

getMountPoint() 공개 메소드

public getMountPoint ( ) : boolean
리턴 boolean

getPath() 공개 메소드

public getPath ( ) : string
리턴 string

getSize() 공개 메소드

public getSize ( ) : string
리턴 string

getType() 공개 메소드

public getType ( ) : string
리턴 string

isMountPoint() 공개 메소드

public isMountPoint ( ) : boolean
리턴 boolean

setCreatedTime() 공개 메소드

public setCreatedTime ( integer $createdTime )
$createdTime integer

setHash() 공개 메소드

public setHash ( string $hash )
$hash string

setModifiedTime() 공개 메소드

public setModifiedTime ( integer $modifiedTime )
$modifiedTime integer

setMountPoint() 공개 메소드

public setMountPoint ( boolean $mountPoint )
$mountPoint boolean

setPath() 공개 메소드

public setPath ( string $path )
$path string

setSize() 공개 메소드

public setSize ( string $size )
$size string

setType() 공개 메소드

public setType ( string $type )
$type string

toArray() 공개 메소드

public toArray ( ) : array
리턴 array