kernel/private/classes/ezpasynchronouspublishingfilter.php

Show: inherited
Table of Contents

File containing the ezpAsynchronousPublishingFilter interface.

Copyright
Copyright (C) 1999-2011 eZ Systems AS. All rights reserved.  
License
eZ Business Use License Agreement Version 2.0  
Package
kernel  
Version
4.6.0  

\ezpAsynchronousPublishingFilter

Package: kernel

This interface is to be used to create accept/reject filters for the Asynchronous Publishing feature Each filter class must implement the accept() method, that returns either true (to publish asynchronously) or false (to publish synchronously).

Filters are registered in content.ini, in the PublishingSettings block: [PublishingSettings] AsynchronousPublishingFilters[]=MyAsynchronousPublishingFilterClass

All registered filters will be called sequentially until one returns false, or all of them have been called

Parent(s)
\ezpAsynchronousPublishingFilterInterface

Properties

Propertyprotected\eZContentObjectVersion  $version= ''

The content object version candidate for asynchronous publishing

Methods

methodpublic__construct(  $version ) : void

Parameters
Name Type Description
$version
Documentation was generated by DocBlox 0.18.1.