Interface Inx_Api_Features

Description

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.

  • version: $Revision: 9553 $ $Date: 2008-01-04 11:28:41 +0200 (Pn, 04 Sau 2008) $ $Author: vladas $
  • see: isFeatureEnabled(int)
  • see: disableFeature(int)
  • see: enableFeature(int)
  • since: API 1.0

Located in /Api/Features.php (line 30)


	
			
Class Constant Summary
Class Constants
ACTION_FEATURE_ID = 10006 (line 98)

The action feature is available in:

The action feature is available in:

  • system list

  • since: API 1.1.2
BLACKLIST_FEATURE_ID = 10003 (line 68)

The blacklist feature is available in:

The blacklist feature is available in:

  • system list

  • since: API 1.1.0
FILTER_FEATURE_ID = 10004 (line 77)

The filter feature is available in:

The filter feature is available in:

  • system list

  • since: API 1.1.0
MAILING_FEATURE_ID = 10001 (line 50)

The mailing feature is available in:

The mailing feature is available in:

  • standard lists
  • and filter lists

  • since: API 1.0
REPORT_FEATURE_ID = 10005 (line 88)

The report feature is available in:

The report feature is available in:

  • standard lists
  • filter lists
  • and system list

  • since: API 1.1.0
RESOURCE_FEATURE_ID = 10002 (line 59)

The resource feature is available in:

The resource feature is available in:

  • system list

  • since: API 1.0
SUBSCRIPTION_FEATURE_ID = 10000 (line 40)

The subscription feature is available in:

The subscription feature is available in:

  • standard lists

  • since: API 1.0
TEMPLATE_FEATURE_ID = 10009 (line 134)

The template feature is available in:

The template feature is available in:

  • since: API 1.7.0
TESTPROFILES_FEATURE_ID = 10008 (line 123)

The testprofiles feature is available in:

The testprofiles feature is available in:

  • standard lists
  • filter lists
  • and system list

  • since: API 1.6.0
TEXTMODULE_FEATURE_ID = 10007 (line 110)

The textmodule, mailing template and design template feature is available in:

The textmodule, mailing template and design template feature is available in:

  • standard lists
  • filter lists
  • and system list

  • since: API 1.4.0

Documentation generated on Thu, 17 Sep 2015 14:27:24 +0200 by phpDocumentor 1.3.2