1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
Класс CFileMan

Открытые статические члены

static OnPanelCreate ()
static OnGroupDelete ($group_id)
static GetVersion ()
static SaveMenu ($path, $aMenuLinksTmp, $sMenuTemplateTmp="")
static GetMenuArray ($abs_path)
static GetFileName ($path)
static CreateDir ($path)
static DeleteDir ($path)
static DeleteFile ($path)
static DeleteEx ($path)
static NormalizePath ($path)
static CopyEx ($path_from, $path_to, $bDeleteAfterCopy=false, $bOverride=false)
static GetAllDirList (&$arDirs, $arFilter=Array(), $site=false)
static DirsRecursive ($path, &$arDirs, $arFilter=Array(), $depth=0)
static CompareFiles ($f1, $f2, $sort=Array())
static GetDirList ($path, &$arDirs, &$arFiles, $arFilter=Array(), $sort=Array(), $type="DF", $bLogical=false, $task_mode=false)
static __CheckSite ($site)
static ParsePath ($path, $bLast=false, $url=false, $param="", $bLogical=false)
static GetFileExtension ($path)
static GetFileType ($path)
static GetStrFileSize ($size)
static GetFileTypeEx ($fileName)
static EscapePHPString ($str)
static UnEscapePHPString ($str)
static UndoFileDelete ($Params, $type)
static UndoNewFile ($Params, $type)
static UndoEditFile ($Params, $type)
static UndoNewSection ($Params, $type)
static FetchFileAccessPerm ($path)
static ShowTypeSelector ($params)
static AddHTMLEditorFrame ( $strTextFieldName, $strTextValue, $strTextTypeFieldName, $strTextTypeValue, $arSize=Array("height"=>350), $CONVERT_FOR_WORKFLOW="N", $WORKFLOW_DOCUMENT_ID=0, $NEW_DOCUMENT_PATH="", $textarea_field="", $site=false, $bWithoutPHP=true, $arTaskbars=false, $arAdditionalParams=Array())
static ShowHTMLEditControl ($name, $content, $arParams=Array())
static GetFileTemplates ($lang=LANG, $arTemplates=Array())
static GetTemplateContent ($filename, $lang=LANG, $arTemplates=Array())
static GetScriptFileExt ()
static ParseFileContent ($filesrc, $bCheckProlog=false)
static SetTitle ($prolog, $title)
static SetProperty ($prolog, $property_key, $property_val)
static IsPHP ($src)
static GetAllTemplateParams ($templateID, $site, $findcomponent=true, $arAdditionalParams=Array())
static __CheckOnAllowedComponents ($str)
static CheckOnAllowedComponents ($str)
static GetHTMLEditorSettings ($edname, $lightMode, $arTaskbars, &$loadParams)
static CheckFileName ($str)
static GetPropstypes ($site="")
static SetPropstypes ($arPT=Array(), $desc=false, $site="")
static OnModuleUpdate ($arParams)
static ClearComponentsListCache ($id='')
static SecurePathVar ($str)
static GetUnixFilePermissions ($file)
static IsWindows ()
static SaveLastPath ($path)
static GetLastPathes ()
static SetLastPathes ($arPathes=array())
static GetLastPathesDefault ()
static GetEditorToolbarConfig ($editorType)
static decodePdfViewerLangFiles ()

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

static decodeLangFile ($path, $charsetFrom)

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

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

Методы

◆ __CheckOnAllowedComponents()

__CheckOnAllowedComponents ( $str)
static

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

◆ __CheckSite()

__CheckSite ( $site)
static

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

◆ AddHTMLEditorFrame()

AddHTMLEditorFrame ( $strTextFieldName,
$strTextValue,
$strTextTypeFieldName,
$strTextTypeValue,
$arSize = Array("height"=>350),
$CONVERT_FOR_WORKFLOW = "N",
$WORKFLOW_DOCUMENT_ID = 0,
$NEW_DOCUMENT_PATH = "",
$textarea_field = "",
$site = false,
$bWithoutPHP = true,
$arTaskbars = false,
$arAdditionalParams = Array() )
static

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

◆ CheckFileName()

CheckFileName ( $str)
static

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

◆ CheckOnAllowedComponents()

CheckOnAllowedComponents ( $str)
static

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

◆ ClearComponentsListCache()

ClearComponentsListCache ( $id = '')
static

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

◆ CompareFiles()

CompareFiles ( $f1,
$f2,
$sort = Array() )
static

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

◆ CopyEx()

CopyEx ( $path_from,
$path_to,
$bDeleteAfterCopy = false,
$bOverride = false )
static

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

◆ CreateDir()

CreateDir ( $path)
static

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

◆ decodeLangFile()

decodeLangFile ( $path,
$charsetFrom )
staticprotected
Аргументы
$path
$charsetFrom
Исключения

Bitrix\Main\IO\FileNotFoundException

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

◆ decodePdfViewerLangFiles()

decodePdfViewerLangFiles ( )
static

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

◆ DeleteDir()

DeleteDir ( $path)
static

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

◆ DeleteEx()

DeleteEx ( $path)
static

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

◆ DeleteFile()

DeleteFile ( $path)
static

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

◆ DirsRecursive()

DirsRecursive ( $path,
& $arDirs,
$arFilter = Array(),
$depth = 0 )
static

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

◆ EscapePHPString()

EscapePHPString ( $str)
static

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

◆ FetchFileAccessPerm()

FetchFileAccessPerm ( $path)
static

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

◆ GetAllDirList()

GetAllDirList ( & $arDirs,
$arFilter = Array(),
$site = false )
static

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

◆ GetAllTemplateParams()

GetAllTemplateParams ( $templateID,
$site,
$findcomponent = true,
$arAdditionalParams = Array() )
static

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

◆ GetDirList()

GetDirList ( $path,
& $arDirs,
& $arFiles,
$arFilter = Array(),
$sort = Array(),
$type = "DF",
$bLogical = false,
$task_mode = false )
static

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

◆ GetEditorToolbarConfig()

GetEditorToolbarConfig ( $editorType)
static

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

◆ GetFileExtension()

GetFileExtension ( $path)
static

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

◆ GetFileName()

GetFileName ( $path)
static

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

◆ GetFileTemplates()

GetFileTemplates ( $lang = LANG,
$arTemplates = Array() )
static

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

◆ GetFileType()

GetFileType ( $path)
static

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

◆ GetFileTypeEx()

GetFileTypeEx ( $fileName)
static

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

◆ GetHTMLEditorSettings()

GetHTMLEditorSettings ( $edname,
$lightMode,
$arTaskbars,
& $loadParams )
static

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

◆ GetLastPathes()

GetLastPathes ( )
static

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

◆ GetLastPathesDefault()

GetLastPathesDefault ( )
static

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

◆ GetMenuArray()

GetMenuArray ( $abs_path)
static

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

◆ GetPropstypes()

GetPropstypes ( $site = "")
static

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

◆ GetScriptFileExt()

GetScriptFileExt ( )
static

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

◆ GetStrFileSize()

GetStrFileSize ( $size)
static

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

◆ GetTemplateContent()

GetTemplateContent ( $filename,
$lang = LANG,
$arTemplates = Array() )
static

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

◆ GetUnixFilePermissions()

GetUnixFilePermissions ( $file)
static

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

◆ GetVersion()

GetVersion ( )
static

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

◆ IsPHP()

IsPHP ( $src)
static

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

◆ IsWindows()

IsWindows ( )
static

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

◆ NormalizePath()

NormalizePath ( $path)
static

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

◆ OnGroupDelete()

OnGroupDelete ( $group_id)
static

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

◆ OnModuleUpdate()

OnModuleUpdate ( $arParams)
static

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

◆ OnPanelCreate()

OnPanelCreate ( )
static

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

◆ ParseFileContent()

ParseFileContent ( $filesrc,
$bCheckProlog = false )
static

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

◆ ParsePath()

ParsePath ( $path,
$bLast = false,
$url = false,
$param = "",
$bLogical = false )
static

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

◆ SaveLastPath()

SaveLastPath ( $path)
static

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

◆ SaveMenu()

SaveMenu ( $path,
$aMenuLinksTmp,
$sMenuTemplateTmp = "" )
static

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

◆ SecurePathVar()

SecurePathVar ( $str)
static

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

◆ SetLastPathes()

SetLastPathes ( $arPathes = array())
static

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

◆ SetProperty()

SetProperty ( $prolog,
$property_key,
$property_val )
static

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

◆ SetPropstypes()

SetPropstypes ( $arPT = Array(),
$desc = false,
$site = "" )
static

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

◆ SetTitle()

SetTitle ( $prolog,
$title )
static

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

◆ ShowHTMLEditControl()

ShowHTMLEditControl ( $name,
$content,
$arParams = Array() )
static

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

◆ ShowTypeSelector()

ShowTypeSelector ( $params)
static

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

◆ UndoEditFile()

UndoEditFile ( $Params,
$type )
static

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

◆ UndoFileDelete()

UndoFileDelete ( $Params,
$type )
static

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

◆ UndoNewFile()

UndoNewFile ( $Params,
$type )
static

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

◆ UndoNewSection()

UndoNewSection ( $Params,
$type )
static

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

◆ UnEscapePHPString()

UnEscapePHPString ( $str)
static

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


Объявления и описания членов класса находятся в файле: