Открытые статические члены | |
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 | 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=[]) |
Статические защищенные данные | |
static | $postsCache = [] |
static | $commentsCache = [] |
static | $commentListsCache = [] |
static | $commentCountCache = [] |
static | $authorsCache = [] |
static | $destinationsCache = [] |
См. определение в файле componenthelper.php строка 30
|
static |
См. определение в файле componenthelper.php строка 1979
|
static |
См. определение в файле componenthelper.php строка 2256
|
static |
См. определение в файле componenthelper.php строка 2590
|
static |
См. определение в файле componenthelper.php строка 2177
|
static |
См. определение в файле componenthelper.php строка 4238
|
static |
См. определение в файле componenthelper.php строка 4985
|
static |
См. определение в файле componenthelper.php строка 5351
|
static |
См. определение в файле componenthelper.php строка 5356
|
static |
См. определение в файле componenthelper.php строка 5012
|
static |
См. определение в файле componenthelper.php строка 1995
|
static |
См. определение в файле componenthelper.php строка 3540
|
static |
См. определение в файле componenthelper.php строка 5361
|
static |
См. определение в файле componenthelper.php строка 4121
|
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 строка 846
|
static |
Converts formatted text replacing pseudo-BB code MAIL DISK, using calculated URLs
string | $text | Text to convert. |
array | $attachmentList | Attachments List. |
См. определение в файле componenthelper.php строка 787
|
static |
См. определение в файле componenthelper.php строка 5017
|
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 строка 1064
|
static |
См. определение в файле componenthelper.php строка 3031
|
static |
Formsts date time to the value of author + GMT offset
string | $dateTimeSource | Date/Time in site format. |
int | $authorId | User Id. |
См. определение в файле componenthelper.php строка 967
|
static |
См. определение в файле componenthelper.php строка 3477
|
static |
Returns data of attached files
array | $valueList | Attachments List. |
string | bool | false | $siteId | Site Id (2-chars). |
Main |
LoaderException
См. определение в файле componenthelper.php строка 612
|
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 строка 242
|
static |
Returns data of a blog comment
int | $commentId | Comment Id. |
string | $languageId | Language id (2-chars). |
См. определение в файле componenthelper.php строка 412
|
static |
Returns a number of blog post comments
int | $postId | Blog Post Id. |
Main |
LoaderException
Main |
SystemException
См. определение в файле componenthelper.php строка 372
|
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 строка 303
|
static |
См. определение в файле componenthelper.php строка 4468
|
static |
Returns data of a blog post
int | $postId | Blog Post Id. |
string | $languageId | 2-char language Id. |
Main |
LoaderException
Main |
SystemException
См. определение в файле componenthelper.php строка 48
|
static |
Returns data of blog post destinations
int | $postId | Blog Post Id. |
Main |
LoaderException
Main |
SystemException
См. определение в файле componenthelper.php строка 162
|
static |
См. определение в файле componenthelper.php строка 3591
|
static |
См. определение в файле componenthelper.php строка 3832
|
static |
См. определение в файле componenthelper.php строка 1370
|
static |
См. определение в файле componenthelper.php строка 1432
|
static |
См. определение в файле componenthelper.php строка 1284
|
static |
См. определение в файле componenthelper.php строка 4918
|
static |
См. определение в файле componenthelper.php строка 4544
|
static |
См. определение в файле componenthelper.php строка 3507
|
static |
См. определение в файле componenthelper.php строка 2058
|
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 строка 561
|
static |
Returns (non-idea) blog group list
array | $params | Parameters. |
См. определение в файле componenthelper.php строка 997
|
static |
См. определение в файле componenthelper.php строка 2103
|
static |
См. определение в файле componenthelper.php строка 1956
|
static |
Returns rendered url preview block
array | $uf | |
array | $params |
См. определение в файле componenthelper.php строка 1253
|
static |
get urlPreview property value from text with links
$text | string | |
bool | true | $html |
Main |
ArgumentTypeException
См. определение в файле componenthelper.php строка 1198
|
static |
См. определение в файле componenthelper.php строка 4077
|
static |
См. определение в файле componenthelper.php строка 3421
|
static |
См. определение в файле componenthelper.php строка 5334
|
static |
См. определение в файле componenthelper.php строка 5399
|
static |
См. определение в файле componenthelper.php строка 4099
|
static |
См. определение в файле componenthelper.php строка 5298
|
static |
См. определение в файле componenthelper.php строка 5329
|
static |
См. определение в файле componenthelper.php строка 5304
|
static |
См. определение в файле componenthelper.php строка 5200
|
static |
См. определение в файле componenthelper.php строка 1489
|
static |
Calculates if text has inline disk file images
string | $text | text with BB-codes |
array | $ufData | uf of disk type. |
См. определение в файле componenthelper.php строка 910
|
static |
См. определение в файле componenthelper.php строка 5159
|
static |
См. определение в файле componenthelper.php строка 4798
|
static |
См. определение в файле componenthelper.php строка 5216
|
static |
См. определение в файле componenthelper.php строка 3918
|
static |
См. определение в файле componenthelper.php строка 3289
|
static |
См. определение в файле componenthelper.php строка 3081
|
static |
См. определение в файле componenthelper.php строка 3262
|
static |
См. определение в файле componenthelper.php строка 1535
|
static |
См. определение в файле componenthelper.php строка 3623
|
static |
См. определение в файле componenthelper.php строка 2063
|
static |
См. определение в файле componenthelper.php строка 2048
|
static |
См. определение в файле componenthelper.php строка 4816
|
staticprotected |
См. определение в файле componenthelper.php строка 36
|
staticprotected |
См. определение в файле componenthelper.php строка 35
|
staticprotected |
См. определение в файле componenthelper.php строка 34
|
staticprotected |
См. определение в файле componenthelper.php строка 33
|
staticprotected |
См. определение в файле componenthelper.php строка 37
|
staticprotected |
См. определение в файле componenthelper.php строка 32