DirectoryEntry extends FileSystemEntry
AbstractYes
Table of Contents
Methods
- __construct() : mixed
- create() : mixed
- createSubdirectory() : DirectoryEntry
- delete() : mixed
- getChildren() : array<string|int, FileSystemEntry>
- 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
create()
public
create() : mixed
createSubdirectory()
public
abstract createSubdirectory(mixed $name) : DirectoryEntry
Parameters
- $name : mixed
Return values
DirectoryEntrydelete()
public
abstract delete() : mixed
getChildren()
public
abstract getChildren() : array<string|int, FileSystemEntry>
Return values
array<string|int, FileSystemEntry>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
isDirectory() : mixed
isExists()
public
abstract isExists() : mixed
isFile()
public
isFile() : mixed
isLink()
public
isLink() : mixed
isSystem()
public
isSystem() : mixed
markWritable()
public
abstract markWritable() : mixed
rename()
public
rename(mixed $newPath) : mixed
Parameters
- $newPath : mixed