FileEntry extends FileSystemEntry
AbstractYes
Table of Contents
Methods
- __construct() : mixed
- delete() : mixed
- getContents() : mixed
- getCreationTime() : mixed
- getDirectory() : mixed
- getDirectoryName() : mixed
- getExtension() : mixed
- getFileSize() : mixed
- getLastAccessTime() : mixed
- getModificationTime() : mixed
- getName() : mixed
- getPath() : mixed
- getPermissions() : mixed
- getPhysicalPath() : mixed
- getSize() : mixed
- isDirectory() : mixed
- isExists() : mixed
- isFile() : mixed
- isLink() : mixed
- isReadable() : mixed
- isSystem() : mixed
- isWritable() : mixed
- markWritable() : mixed
- putContents() : mixed
- readFile() : mixed
- rename() : mixed
Methods
__construct()
public
__construct(mixed $path[, mixed $siteId = null ]) : mixed
Parameters
- $path : mixed
- $siteId : mixed = null
delete()
public
abstract delete() : mixed
getContents()
public
abstract getContents() : mixed
getCreationTime()
public
abstract getCreationTime() : mixed
getDirectory()
public
getDirectory() : mixed
getDirectoryName()
public
getDirectoryName() : mixed
getExtension()
public
getExtension() : mixed
getFileSize()
public
getFileSize() : mixed
Use getSize() instead
getLastAccessTime()
public
abstract getLastAccessTime() : mixed
getModificationTime()
public
abstract getModificationTime() : mixed
getName()
public
getName() : mixed
getPath()
public
getPath() : mixed
getPermissions()
public
abstract getPermissions() : mixed
getPhysicalPath()
public
getPhysicalPath() : mixed
getSize()
public
abstract getSize() : mixed
isDirectory()
public
isDirectory() : mixed
isExists()
public
abstract isExists() : mixed
isFile()
public
isFile() : mixed
isLink()
public
isLink() : mixed
isReadable()
public
abstract isReadable() : mixed
isSystem()
public
isSystem() : mixed
isWritable()
public
abstract isWritable() : mixed
markWritable()
public
abstract markWritable() : mixed
putContents()
public
abstract putContents(mixed $data) : mixed
Parameters
- $data : mixed
readFile()
public
abstract readFile() : mixed
rename()
public
rename(mixed $newPath) : mixed
Parameters
- $newPath : mixed