kernel/private/interfaces/ezpcontentpublishingqueuereader.php
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


next(
)
:
\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 |