Bitrix API

Directory extends DirectoryEntry

Table of Contents

Methods

__construct()  : mixed
create()  : mixed
createDirectory()  : Directory
createSubdirectory()  : Directory|DirectoryEntry
delete()  : mixed
deleteDirectory()  : mixed
getChildren()  : array<string|int, mixed>|array<string|int, FileSystemEntry>
getCreationTime()  : mixed
getDirectory()  : mixed
getDirectoryName()  : mixed
getLastAccessTime()  : mixed
getModificationTime()  : mixed
getName()  : mixed
getPath()  : mixed
getPermissions()  : mixed
getPhysicalPath()  : mixed
isDirectory()  : mixed
isDirectoryExists()  : 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

deleteDirectory()

public static deleteDirectory(mixed $path) : mixed
Parameters
$path : mixed

getCreationTime()

public getCreationTime() : mixed

getLastAccessTime()

public getLastAccessTime() : mixed

getModificationTime()

public getModificationTime() : mixed

getPermissions()

public getPermissions() : mixed

isDirectoryExists()

public static isDirectoryExists(mixed $path) : mixed
Parameters
$path : mixed

markWritable()

public markWritable() : mixed

rename()

public rename(mixed $newPath) : mixed
Parameters
$newPath : mixed

        
On this page

Search results