\Aculab\WebServicesWrapperFileDetails

The details of a file.

Summary

Methods
Properties
Constants
getFilename()
getModified()
getEncrypted()
getSize()
getExpiryDate()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

getFilename()

getFilename() : string

Get the filename.

Returns

string

getModified()

getModified() : \DateTime

Get the last modification time.

Returns

\DateTime

getEncrypted()

getEncrypted() : boolean

Determine if the file is encrypted.

Returns

boolean

getSize()

getSize() : integer

Get the file size in bytes.

Returns

integer

getExpiryDate()

getExpiryDate() : \DateTime|null

Get the expiry date.

Returns the expiry date of the file, or null if the file will not expire.

Returns

\DateTime|null