FileSystemEntry
AbstractYes
Table of Contents
Methods
- __construct() : mixed
- delete() : mixed
- getCreationTime() : mixed
- getDirectory() : mixed
- getDirectoryName() : mixed
- getLastAccessTime() : mixed
- getModificationTime() : mixed
- getName() : mixed
- getPath() : mixed
- getPermissions() : mixed
- getPhysicalPath() : mixed
- isDirectory() : mixed
- isExists() : mixed
- isFile() : mixed
- isLink() : mixed
- isSystem() : mixed
- markWritable() : mixed
- rename() : mixed
Methods
__construct()
public
__construct(mixed $path[, mixed $siteId = null ]) : mixed
Parameters
- $path : mixed
- $siteId : mixed = null
delete()
public
abstract delete() : mixed
getCreationTime()
public
abstract getCreationTime() : mixed
getDirectory()
public
getDirectory() : mixed
getDirectoryName()
public
getDirectoryName() : mixed
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
isDirectory()
public
abstract isDirectory() : mixed
isExists()
public
abstract isExists() : mixed
isFile()
public
abstract isFile() : mixed
isLink()
public
abstract isLink() : mixed
isSystem()
public
isSystem() : mixed
markWritable()
public
abstract markWritable() : mixed
rename()
public
rename(mixed $newPath) : mixed
Parameters
- $newPath : mixed