PHP Class Jarves\File\FileInfo

Inheritance: implements Jarves\File\FileInfoInterface, use trait FileInfoTrait
Show file Open project: jarves/jarves Class Usage Examples

Public Methods

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

Method Details

getCreatedTime() public method

public getCreatedTime ( ) : integer
return integer

getHash() public method

public getHash ( ) : string
return string

getModifiedTime() public method

public getModifiedTime ( ) : integer
return integer

getMountPoint() public method

public getMountPoint ( ) : boolean
return boolean

getPath() public method

public getPath ( ) : string
return string

getSize() public method

public getSize ( ) : string
return string

getType() public method

public getType ( ) : string
return string

isMountPoint() public method

public isMountPoint ( ) : boolean
return boolean

setCreatedTime() public method

public setCreatedTime ( integer $createdTime )
$createdTime integer

setHash() public method

public setHash ( string $hash )
$hash string

setModifiedTime() public method

public setModifiedTime ( integer $modifiedTime )
$modifiedTime integer

setMountPoint() public method

public setMountPoint ( boolean $mountPoint )
$mountPoint boolean

setPath() public method

public setPath ( string $path )
$path string

setSize() public method

public setSize ( string $size )
$size string

setType() public method

public setType ( string $type )
$type string

toArray() public method

public toArray ( ) : array
return array