Agents, like "Mailing", "Subscription" or "Resource" are called "Features" in the API language. from the Inx_Api_Features interface.
Agents, like "Mailing", "Subscription" or "Resource" are called "Features" in the API language. Which features are available can be obtained from the Inx_Api_Features interface. Features are enabled and disabled from the Inx_Api_List_ListContext, as following example demonstrates, which enables the "Subscription" agent in the choosen mailing list:
$oListContext = $oListManager->findByName( $sListName ); $oListContext->enableFeature( Inx_Api_Features::SUBSCRIPTION_FEATURE_ID );Not every feature is accessible for every type of list. For example, subscription feature is available in standard lists, only. The mailing feature can be used in standard and filter lists.
Located in /Api/Features.php (line 30)
The action feature is available in:
The action feature is available in:
The blacklist feature is available in:
The blacklist feature is available in:
The filter feature is available in:
The filter feature is available in:
The mailing feature is available in:
The mailing feature is available in:
The report feature is available in:
The report feature is available in:
The resource feature is available in:
The resource feature is available in:
The subscription feature is available in:
The subscription feature is available in:
The template feature is available in:
The template feature is available in:
The testprofiles feature is available in:
The testprofiles feature is available in:
The textmodule, mailing template and design template feature is available in:
The textmodule, mailing template and design template feature is available in:
Documentation generated on Thu, 17 Sep 2015 14:27:24 +0200 by phpDocumentor 1.3.2