Function __global->syndicate_described_activity

Definitions

sources/syndication.php

  • Syndicate human-intended descriptions of activities performed to the internal feed, and external listeners.
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: N/A

Parameters

Name Type Default Set Range Description
$language_string_code string Blank (empty string) N/A N/A Language string codename
$label_1 string Blank (empty string) N/A N/A Label 1 (given as a parameter to the language string codename)
$label_2 string Blank (empty string) N/A N/A Label 2 (given as a parameter to the language string codename)
$label_3 string Blank (empty string) N/A N/A Label 3 (given as a parameter to the language string codename)
$page_link_1 string Blank (empty string) N/A N/A Page-link 1
$page_link_2 string Blank (empty string) N/A N/A Page-link 2
$page_link_3 string Blank (empty string) N/A N/A Page-link 3
$addon string Blank (empty string) N/A N/A Addon that caused the event
$is_public BINARY 1 N/A N/A Whether this post should be public or friends-only
$member_id ?MEMBER Null N/A N/A Member being written for (null: current member)
$sitewide_too boolean False N/A N/A Whether to push this out as a site event if user requested
$also_involving ?MEMBER Null N/A N/A Member also 'intimately' involved, such as a content submitter who is a friend (null: none)
$syndication_context ?array Null N/A N/A A serialisable representation of data set via get_syndication_option_fields (null: read from environment)