interface StaticPublishingTrigger (View source)

Describes an object that may wish to trigger updates in other objects as a result of it's own update.

Methods

public
array|SS_List
objectsToUpdate(array $context)

Provides an SS_List of StaticallyPublishable objects which need to be regenerated.

public
array|SS_List
objectsToDelete(array $context)

Provides a SS_list of objects that need to be deleted.

Details

array|SS_List objectsToUpdate(array $context)

Provides an SS_List of StaticallyPublishable objects which need to be regenerated.

Parameters

array $context

An associative array with extra engine-specific information.

Return Value

array|SS_List

array|SS_List objectsToDelete(array $context)

Provides a SS_list of objects that need to be deleted.

Parameters

array $context

An associative array with extra engine-specific information.

Return Value

array|SS_List