|
1C-Bitrix 25.700.0
|
Открытые статические члены | |
| static | getBlogPostData ($postId, $languageId) |
| static | getBlogPostDestinations ($postId) |
| static | getBlogAuthorData ($authorId, $params) |
| static | getBlogCommentListData ($postId, $params, $languageId, &$authorIdList=[]) |
| static | getBlogCommentListCount ($postId) |
| static | getBlogCommentData ($commentId, $languageId) |
| static | getReplyToUrl ($url, $userId, $entityType, $entityId, $siteId, $backUrl=null) |
| static | getAttachmentsData ($valueList, $siteId=false) |
| static | convertMailDiskFileBBCode ($text='', $attachmentList=[]) |
| static | convertDiskFileBBCode ($text, $entityType, $entityId, $authorId, $attachmentList=[]) |
| static | hasTextInlineImage (string $text='', array $ufData=[]) |
| static | formatDateTimeToGMT ($dateTimeSource, $authorId) |
| static | getSonetBlogGroupIdList ($params) |
| static | createUserBlog ($params) |
| static | getUrlPreviewValue ($text, $html=true) |
| static | getUrlPreviewContent ($uf, $params=array()) |
| static | getExtranetUserIdList () |
| static | getEmailUserIdList () |
| static | getExtranetSonetGroupIdList () |
| static | hasCommentSource ($params) |
| static | processBlogPostShare ($fields, $params) |
| static | getUrlContext () |
| static | addContextToUrl ($url, $context) |
| static | checkPredefinedAuthIdList ($authIdList=array()) |
| static | setModuleUsed () |
| static | getModuleUsed () |
| static | setComponentOption ($list, $params=array()) |
| static | getSonetGroupAvailable ($params=array(), &$limitReached=false) |
| static | canAddComment ($logEntry=array(), $commentEvent=array()) |
| static | addLiveComment ($comment=[], $logEntry=[], $commentEvent=[], $params=[]) |
| static | addLiveSourceComment (array $params=[]) |
| static | fillSelectedUsersToInvite ($HTTPPost, $componentParams, &$componentResult) |
| static | processBlogPostNewMailUser (&$HTTPPost, &$componentResult) |
| static | processBlogPostNewMailUserDestinations (&$destinationList) |
| static | processBlogPostNewCrmContact (&$HTTPPost, &$componentResult) |
| static | getUserSonetGroupIdList ($userId=false, $siteId=false) |
| static | getAllowToAllDestination ($userId=0) |
| static | getLivefeedStepper () |
| static | checkProfileRedirect ($userId=0) |
| static | getBlogPostLimitedViewStatus ($params=array()) |
| static | setBlogPostLimitedViewStatus ($params=array()) |
| static | getBlogPostSocNetPerms ($params=array()) |
| static | notifyBlogPostCreated ($params=array()) |
| static | getUserSEFUrl ($params=array()) |
| static | getWorkgroupSEFUrl ($params=[]) |
| static | getSpacesSEFUrl ($params=[]) |
| static | convertBlogPostPermToDestinationList ($params, &$resultFields) |
| static | checkBlogPostDestinationList ($params, &$resultFields) |
| static | getBlogPostCacheDir ($params=array()) |
| static | getLivefeedRatingData ($params=[]) |
| static | isCurrentUserExtranet ($params=[]) |
| static | userLogSubscribe ($params=array()) |
| static | getLFCommentsParams ($eventFields=array()) |
| static | checkCanCommentInWorkgroup ($params) |
| static | checkLivefeedTasksAllowed () |
| static | convertSelectorRequestData (array &$postFields=[], array $params=[]) |
| static | isCurrentPageFirst (array $params=[]) |
| static | getWorkgroupSliderMenuUrlList (array $componentResult=[]) |
| static | listWorkgroupSliderMenuSignedParameters (array $componentParameters=[]) |
| static | getWorkgroupSliderMenuSignedParameters (array $params) |
| static | getWorkgroupSliderMenuUnsignedParameters (array $sourceParametersList=[]) |
| static | getWorkgroupSliderMenuSignedParametersSalt () |
| static | getWorkgroupAvatarToken ($fileId=0) |
| static | checkEmptyParamInteger (&$params, $paramName, $defaultValue) |
| static | checkEmptyParamString (&$params, $paramName, $defaultValue) |
| static | checkTooltipComponentParams ($params) |
| static | getWorkgroupPageTitle (array $params=[]) |
Поля данных | |
| const | MAIN_SELECTOR_GROUPS_CACHE_TAG = 'sonet_main_selector_groups' |
Статические защищенные данные | |
| static | $postsCache = [] |
| static | $commentsCache = [] |
| static | $commentListsCache = [] |
| static | $commentCountCache = [] |
| static | $authorsCache = [] |
| static | $destinationsCache = [] |
См. определение в файле componenthelper.php строка 31
|
static |
См. определение в файле componenthelper.php строка 1984
|
static |
См. определение в файле componenthelper.php строка 2262
|
static |
См. определение в файле componenthelper.php строка 2596
См. определение в файле componenthelper.php строка 2183
|
static |
См. определение в файле componenthelper.php строка 4245
|
static |
См. определение в файле componenthelper.php строка 4974
|
static |
См. определение в файле componenthelper.php строка 5340
|
static |
См. определение в файле componenthelper.php строка 5345
|
static |
См. определение в файле componenthelper.php строка 5001
|
static |
См. определение в файле componenthelper.php строка 2000
|
static |
См. определение в файле componenthelper.php строка 3546
|
static |
См. определение в файле componenthelper.php строка 5350
|
static |
См. определение в файле componenthelper.php строка 4128
|
static |
Converts DISK FILE BB-code to the pseudo-BB code MAIL DISK FILE or IMG BB-code
| string | $text | Text to convert. |
| string | $entityType | Entity Type. |
| int | $entityId | Entity Type. |
| int | $authorId | User id. |
| array | $attachmentList | Attachments List. |
См. определение в файле componenthelper.php строка 848
|
static |
Converts formatted text replacing pseudo-BB code MAIL DISK, using calculated URLs
| string | $text | Text to convert. |
| array | $attachmentList | Attachments List. |
См. определение в файле componenthelper.php строка 789
См. определение в файле componenthelper.php строка 5006
|
static |
Creates a user blog (when it is the first post of the user)
| array | $params | Parameters. |
| Main |
ArgumentException
| Main |
LoaderException
| Main |
SystemException
См. определение в файле componenthelper.php строка 1066
|
static |
См. определение в файле componenthelper.php строка 3037
|
static |
Formsts date time to the value of author + GMT offset
| string | $dateTimeSource | Date/Time in site format. |
| int | $authorId | User Id. |
См. определение в файле componenthelper.php строка 969
|
static |
См. определение в файле componenthelper.php строка 3483
|
static |
Returns data of attached files
| array | $valueList | Attachments List. |
| string | bool | false | $siteId | Site Id (2-chars). |
| Main |
LoaderException
См. определение в файле componenthelper.php строка 614
|
static |
Returns data of a blog post/comment author
| int | $authorId | User Id. |
| array | $params | Format parameters (avatar size etc). |
| Main |
LoaderException
| Main |
SystemException
См. определение в файле componenthelper.php строка 244
|
static |
Returns data of a blog comment
| int | $commentId | Comment Id. |
| string | $languageId | Language id (2-chars). |
См. определение в файле componenthelper.php строка 414
|
static |
Returns a number of blog post comments
| int | $postId | Blog Post Id. |
| Main |
LoaderException
| Main |
SystemException
См. определение в файле componenthelper.php строка 374
|
static |
Returns full list of blog post comments
| int | $postId | Blog Post Id. |
| array | $params | Additional paramaters. |
| string | $languageId | Language Id (2-char). |
| array | &$authorIdList | List of User Ids. |
| Main |
LoaderException
| Main |
SystemException
См. определение в файле componenthelper.php строка 305
|
static |
См. определение в файле componenthelper.php строка 4475
|
static |
Returns data of a blog post
| int | $postId | Blog Post Id. |
| string | $languageId | 2-char language Id. |
| Main |
LoaderException
| Main |
SystemException
См. определение в файле componenthelper.php строка 50
|
static |
Returns data of blog post destinations
| int | $postId | Blog Post Id. |
| Main |
LoaderException
| Main |
SystemException
См. определение в файле componenthelper.php строка 164
|
static |
См. определение в файле componenthelper.php строка 3597
|
static |
См. определение в файле componenthelper.php строка 3840
|
static |
См. определение в файле componenthelper.php строка 1375
|
static |
См. определение в файле componenthelper.php строка 1437
|
static |
См. определение в файле componenthelper.php строка 1289
|
static |
См. определение в файле componenthelper.php строка 4901
|
static |
См. определение в файле componenthelper.php строка 4551
|
static |
См. определение в файле componenthelper.php строка 3513
|
static |
См. определение в файле componenthelper.php строка 2063
|
static |
Returns mail-hash url
| string | $url | Entity Link. |
| int | $userId | User Id. |
| string | $entityType | Entity Type. |
| int | $entityId | Entity Id. |
| string | $siteId | Site id (2-char). |
| Main |
LoaderException
См. определение в файле componenthelper.php строка 563
|
static |
Returns (non-idea) blog group list
| array | $params | Parameters. |
См. определение в файле componenthelper.php строка 999
См. определение в файле componenthelper.php строка 2108
|
static |
См. определение в файле componenthelper.php строка 4099
|
static |
См. определение в файле componenthelper.php строка 1961
|
static |
Returns rendered url preview block
| array | $uf | |
| array | $params |
См. определение в файле componenthelper.php строка 1258
|
static |
get urlPreview property value from text with links
| $text | string | |
| bool | true | $html |
| Main |
ArgumentTypeException
См. определение в файле componenthelper.php строка 1207
|
static |
См. определение в файле componenthelper.php строка 4085
См. определение в файле componenthelper.php строка 3427
|
static |
См. определение в файле componenthelper.php строка 5323
|
static |
См. определение в файле componenthelper.php строка 5388
|
static |
См. определение в файле componenthelper.php строка 4092
|
static |
См. определение в файле componenthelper.php строка 5287
|
static |
См. определение в файле componenthelper.php строка 5318
|
static |
См. определение в файле componenthelper.php строка 5293
|
static |
См. определение в файле componenthelper.php строка 5189
|
static |
См. определение в файле componenthelper.php строка 1494
|
static |
Calculates if text has inline disk file images
| string | $text | text with BB-codes |
| array | $ufData | uf of disk type. |
См. определение в файле componenthelper.php строка 912
|
static |
См. определение в файле componenthelper.php строка 5148
|
static |
См. определение в файле componenthelper.php строка 4781
|
static |
См. определение в файле componenthelper.php строка 5205
|
static |
См. определение в файле componenthelper.php строка 3926
|
static |
См. определение в файле componenthelper.php строка 3295
|
static |
См. определение в файле componenthelper.php строка 3087
|
static |
См. определение в файле componenthelper.php строка 3268
|
static |
См. определение в файле componenthelper.php строка 1540
|
static |
См. определение в файле componenthelper.php строка 3629
|
static |
См. определение в файле componenthelper.php строка 2068
|
static |
См. определение в файле componenthelper.php строка 2053
|
static |
См. определение в файле componenthelper.php строка 4799
|
staticprotected |
См. определение в файле componenthelper.php строка 38
|
staticprotected |
См. определение в файле componenthelper.php строка 37
|
staticprotected |
См. определение в файле componenthelper.php строка 36
|
staticprotected |
См. определение в файле componenthelper.php строка 35
|
staticprotected |
См. определение в файле componenthelper.php строка 39
|
staticprotected |
См. определение в файле componenthelper.php строка 34
| const MAIN_SELECTOR_GROUPS_CACHE_TAG = 'sonet_main_selector_groups' |
См. определение в файле componenthelper.php строка 33