kernel/private/interfaces/ezpcontentpublishingqueuereader.php

Show: inherited
    Table of Contents

    File containing the ezpContentPublishingQueueReaderInterface 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  

    \ezpContentPublishingQueueReaderInterface

    Package: kernel

    This interface describes an asynchronous publishing queue reader Queue readers are meant to provide the asynchronous publishing system with the next item to be published

    Children
    \ezpContentPublishingQueue
    Since
    4.5  

    Methods

    methodpublicinit( ) : void
    static

    Initialization method. Called once before the reader class is used.

    methodpublicnext( ) : \ezpContentPublishingProcess | false
    static

    Searches for and returns the next queue item to be processed

    Returns
    Type Description
    \ezpContentPublishingProcess | false the next process, or false if nothing is to be processed
    Documentation was generated by DocBlox 0.18.1.