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

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

 getPlacement ($code=null, $context=null)
 
 getSection ($manifestCode=null)
 
 getImport ()
 
 getImportManifest ($manifestCode)
 
 getImportApp ($code=null)
 
 getImportRollback ($appCode)
 
 getImportZip ($zipId, $from)
 
 getExport ($manifestCode=null)
 
 getExportElement ($manifestCode=null, $itemCode=null)
 
- Открытые члены унаследованные от Templates
 addUrlFrom ($url, $from)
 
 getIndexUrl ($from='')
 
 getDetailUrl ($id=null, $from='')
 
 getEditUrl ($id=null)
 
 getDir ()
 

Защищенные члены

 getReplaced (string $url, $replace=null, $subject=null)
 
- Защищенные члены унаследованные от Templates
 getPage (string $code)
 
 getReplacedId (string $url, $id=null)
 

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

 $directory = 'marketplace/configuration/'
 
 $pages
 
 $pageListAdmin
 
- Защищенные данные унаследованные от Templates
 $directory = "marketplace/"
 
 $directoryAdmin = '/bitrix/admin/'
 
 $pages
 
 $pageListAdmin = []
 
 $adminSectionMode = false
 

Дополнительные унаследованные члены

- Открытые статические члены унаследованные от Templates
static getInstance ()
 

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

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

Методы

◆ getExport()

getExport ( $manifestCode = null)

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

◆ getExportElement()

getExportElement ( $manifestCode = null,
$itemCode = null )

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

◆ getImport()

getImport ( )

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

◆ getImportApp()

getImportApp ( $code = null)

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

◆ getImportManifest()

getImportManifest ( $manifestCode)

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

◆ getImportRollback()

getImportRollback ( $appCode)

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

◆ getImportZip()

getImportZip ( $zipId,
$from )

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

◆ getPlacement()

getPlacement ( $code = null,
$context = null )

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

◆ getReplaced()

getReplaced ( string $url,
$replace = null,
$subject = null )
protected

Переопределяет метод предка Templates.

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

◆ getSection()

getSection ( $manifestCode = null)

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

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

◆ $directory

$directory = 'marketplace/configuration/'
protected

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

◆ $pageListAdmin

$pageListAdmin
protected
Инициализатор
= [
'import_zip' => 'rest_import_zip.php?id=#ZIP_ID#',
]

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

◆ $pages

$pages
protected
Инициализатор
= [
'index' => '',
'placement' => 'placement/#PLACEMENT_CODE#/',
'section' => 'section/#MANIFEST_CODE#/',
'import' => 'import/',
'import_app' => 'import/#APP_CODE#/',
'import_rollback' => 'import_rollback/#APP#/',
'import_zip' => 'import_zip/#ZIP_ID#/',
'import_manifest' => 'import_#MANIFEST_CODE#/',
'export' => 'export_#MANIFEST_CODE#/',
'export_element' => 'export_#MANIFEST_CODE#/#ITEM_CODE#/'
]

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