|
| static | Add ($settings) |
| static | Update ($ID, $settings) |
| static | Delete ($ID) |
| static | GetList ($owner='') |
| static | setViewParams ($id, $templateName, $strParams) |
| static | getViewParams ($id, $templateName) |
| static | clearViewParams ($id) |
| static | GetCountInt ($owner='') |
| static | generateChains ($strChains, $initEntity, $initKey) |
| static | isAlternateColumnPhraseExists ($helperClass, $messageCode) |
| static | getAlternateColumnPhrase ($helperClass, $messageCode) |
| static | generateColumnTree ($chains, $initEntity, $helper_class, $level=0) |
| static | fillFilterReferenceColumns (&$filters, &$fieldList, $helperClass) |
| static | checkSelectViewElementCyclicDependency ($select, $elemIndex) |
| static | getFullColumnTitle ($view, $viewColumns, $fullHumanTitles) |
| static | getTotalCountableAggregationFunctions () |
| static | isTotalCountableAggregationFunction ($aggr) |
| static | appendHrefSelectElements (&$elem, $fList, $entity, $helper_class, &$select, &$runtime) |
| static | generateValueUrl ($elem, $dataRow, $entity) |
| static | rewriteUserShortName (&$select, &$runtime, $format, $entity, $grc=false) |
| static | getUniqueFieldsByTree ($tree) |
| static | isValidFilterCompareVariation ($fDefinition, $fType, $variation, $variations) |
| static | addFreshDefaultReports ($vReports, $ownerId) |
| static | sqlizeFilter ($filter) |
| static | makeSingleFilter ($filter) |
| static | collectFullHumanTitles ($tree) |
| static | getFormattedNameExpr ($format, $defPrefix) |
См. определение в файле report.php строка 5
◆ Add()
◆ addFreshDefaultReports()
| addFreshDefaultReports |
( |
| $vReports, |
|
|
| $ownerId ) |
|
static |
◆ appendHrefSelectElements()
| appendHrefSelectElements |
( |
& | $elem, |
|
|
| $fList, |
|
|
| $entity, |
|
|
| $helper_class, |
|
|
& | $select, |
|
|
& | $runtime ) |
|
static |
◆ attachLangToColumnTree()
| attachLangToColumnTree |
( |
& | $tree, |
|
|
| $initEntity, |
|
|
| $helperClass, |
|
|
| $preTitle = array() ) |
|
staticprotected |
◆ checkSelectViewElementCyclicDependency()
| checkSelectViewElementCyclicDependency |
( |
| $select, |
|
|
| $elemIndex ) |
|
static |
Detecting a cyclic dependency in the report column.
- Аргументы
-
- Возвращает
- bool
См. определение в файле report.php строка 572
◆ clearViewParams()
◆ collectFullHumanTitles()
| collectFullHumanTitles |
( |
| $tree | ) |
|
|
static |
◆ Delete()
◆ fillFilterReferenceColumns()
| fillFilterReferenceColumns |
( |
& | $filters, |
|
|
& | $fieldList, |
|
|
| $helperClass ) |
|
static |
◆ generateChains()
| generateChains |
( |
| $strChains, |
|
|
| $initEntity, |
|
|
| $initKey ) |
|
static |
◆ generateColumnTree()
| generateColumnTree |
( |
| $chains, |
|
|
| $initEntity, |
|
|
| $helper_class, |
|
|
| $level = 0 ) |
|
static |
◆ generateValueUrl()
| generateValueUrl |
( |
| $elem, |
|
|
| $dataRow, |
|
|
| $entity ) |
|
static |
◆ getAlternateColumnPhrase()
| getAlternateColumnPhrase |
( |
| $helperClass, |
|
|
| $messageCode ) |
|
static |
◆ GetCountInt()
| GetCountInt |
( |
| $owner = '' | ) |
|
|
static |
◆ getFormattedNameExpr()
| getFormattedNameExpr |
( |
| $format, |
|
|
| $defPrefix ) |
|
static |
◆ getFullColumnTitle()
| getFullColumnTitle |
( |
| $view, |
|
|
| $viewColumns, |
|
|
| $fullHumanTitles ) |
|
static |
◆ GetList()
◆ getTotalCountableAggregationFunctions()
| getTotalCountableAggregationFunctions |
( |
| ) |
|
|
static |
◆ getUniqueFieldsByTree()
| getUniqueFieldsByTree |
( |
| $tree | ) |
|
|
static |
◆ getViewParams()
| getViewParams |
( |
| $id, |
|
|
| $templateName ) |
|
static |
◆ initializeAlternateColumnPhrases()
| initializeAlternateColumnPhrases |
( |
| $helperClass | ) |
|
|
staticprotected |
◆ isAlternateColumnPhraseExists()
| isAlternateColumnPhraseExists |
( |
| $helperClass, |
|
|
| $messageCode ) |
|
static |
◆ isTotalCountableAggregationFunction()
| isTotalCountableAggregationFunction |
( |
| $aggr | ) |
|
|
static |
◆ isValidFilterCompareVariation()
| isValidFilterCompareVariation |
( |
| $fDefinition, |
|
|
| $fType, |
|
|
| $variation, |
|
|
| $variations ) |
|
static |
◆ makeSingleFilter()
| makeSingleFilter |
( |
| $filter | ) |
|
|
static |
◆ rewriteUserShortName()
| rewriteUserShortName |
( |
& | $select, |
|
|
& | $runtime, |
|
|
| $format, |
|
|
| $entity, |
|
|
| $grc = false ) |
|
static |
◆ setViewParams()
| setViewParams |
( |
| $id, |
|
|
| $templateName, |
|
|
| $strParams ) |
|
static |
◆ sqlizeFilter()
@noinspection PhpMissingBreakStatementInspection
См. определение в файле report.php строка 1215
◆ Update()
| Update |
( |
| $ID, |
|
|
| $settings ) |
|
static |
◆ $alternateColumnPhrases
| $alternateColumnPhrases = null |
|
staticprotected |
◆ $iBlockCompareVariations
Инициализатор
'EQUAL' => '=',
'GREATER_OR_EQUAL' => '>=',
'GREATER' => '>',
'LESS' => '<',
'LESS_OR_EQUAL' => '<=',
'NOT_EQUAL' => '!',
'START_WITH' => '>%',
'CONTAINS' => '%',
'NOT_CONTAINS' => '!%',
'BETWEEN' => '><',
'NOT_BETWEEN' => '!><'
)
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
См. определение в файле report.php строка 13
◆ $totalCountableAggrFuncs
Инициализатор= [
'SUM', 'COUNT_DISTINCT', 'AVG', 'MAX', 'MIN'
]
См. определение в файле report.php строка 7
Объявления и описания членов класса находятся в файле:
- C:/bitrix/modules/report/classes/general/report.php