Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс FileSystemEntry
+ Граф наследования:FileSystemEntry:

Открытые члены

 __construct ($path, $siteId=null)
 
 isSystem ()
 
 getName ()
 
 getDirectoryName ()
 
 getPath ()
 
 getDirectory ()
 
 getCreationTime ()
 
 getLastAccessTime ()
 
 getModificationTime ()
 
 isExists ()
 
 isDirectory ()
 
 isFile ()
 
 isLink ()
 
 markWritable ()
 
 getPermissions ()
 
 delete ()
 
 getPhysicalPath ()
 
 rename ($newPath)
 

Защищенные статические члены

static getDocumentRoot ($siteId)
 

Защищенные данные

 $path
 
 $originalPath
 
 $pathPhysical
 
 $siteId
 

Подробное описание

См. определение в файле filesystementry.php строка 6

Конструктор(ы)

◆ __construct()

__construct ( $path,
$siteId = null )

Переопределяется в Base, SitemapFile, Directory, DirectoryEntry, File, FileEntry и Archiver.

См. определение в файле filesystementry.php строка 13

Методы

◆ delete()

delete ( )
abstract

Переопределяется в Directory и File.

◆ getCreationTime()

getCreationTime ( )
abstract

Переопределяется в Directory и File.

◆ getDirectory()

getDirectory ( )

См. определение в файле filesystementry.php строка 71

◆ getDirectoryName()

getDirectoryName ( )

См. определение в файле filesystementry.php строка 61

◆ getDocumentRoot()

static getDocumentRoot ( $siteId)
staticprotected

См. определение в файле filesystementry.php строка 116

◆ getLastAccessTime()

getLastAccessTime ( )
abstract

Переопределяется в Directory и File.

◆ getModificationTime()

getModificationTime ( )
abstract

Переопределяется в Directory и File.

◆ getName()

getName ( )

См. определение в файле filesystementry.php строка 56

◆ getPath()

getPath ( )

См. определение в файле filesystementry.php строка 66

◆ getPermissions()

getPermissions ( )
abstract

Переопределяется в Directory и File.

◆ getPhysicalPath()

getPhysicalPath ( )

См. определение в файле filesystementry.php строка 90

◆ isDirectory()

isDirectory ( )
abstract

Переопределяется в DirectoryEntry и FileEntry.

◆ isExists()

isExists ( )
abstract

Переопределяется в Directory и File.

◆ isFile()

isFile ( )
abstract

Переопределяется в DirectoryEntry и FileEntry.

◆ isLink()

isLink ( )
abstract

Переопределяется в DirectoryEntry и FileEntry.

◆ isSystem()

isSystem ( )

См. определение в файле filesystementry.php строка 26

◆ markWritable()

markWritable ( )
abstract

Переопределяется в Directory и File.

◆ rename()

rename ( $newPath)

См. определение в файле filesystementry.php строка 98

Данные класса

◆ $originalPath

$originalPath
protected

См. определение в файле filesystementry.php строка 9

◆ $path

$path
protected

См. определение в файле filesystementry.php строка 8

◆ $pathPhysical

$pathPhysical
protected

См. определение в файле filesystementry.php строка 10

◆ $siteId

$siteId
protected

См. определение в файле filesystementry.php строка 11