kernel/private/api/content/list.php

Show: inherited
Table of Contents

File containing the ezpContentList class.

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

\ezpContentList

Package: API

This class lets you browse a previously fetched content list, for instance using ezpContentRepository::query() It is more or less a ResultSet from a database perspective.

Parent(s)
?\Countable\Iterator

Methods

methodpublic__construct( ) : void

methodpubliccount( ) : int

Countable::count

Returns
Type Description
int
methodpubliccurrent( ) : void

Iterator::key()

methodpublickey( ) : void

Iterator::key()

methodpublicnext( ) : void

Iterator::key()

methodpublicrewind( ) : void

Iterator::key()

methodpublicvalid( ) : void

Iterator::key()

Documentation was generated by DocBlox 0.18.1.