kernel/private/api/content/criteria_set.php

Show: inherited
Table of Contents

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

\ezpContentCriteriaSet

Package: API

This class handles a list of content query criteria

Parent(s)
?\ArrayAccess\Countable\Iterator

Properties

Propertyprivate  $criteria= 'array()'
Default valuearray()Details
Type
n/a
Propertyprivateint  $pointer= '0'

Iterator interface pointer

Default value0Details
Type
int

Methods

methodpubliccount( ) : int

Returns the number of registered criteria

Returns
Type Description
int
Details
Note
Implements the count() method of the Countable interface  
methodpubliccurrent( ) : void

methodpublickey( ) : void

methodpublicnext( ) : void

methodpublicoffsetExists(  $offset ) : void

Parameters
Name Type Description
$offset
methodpublicoffsetGet( mixed $offset ) : void

Array offset getter

Parameters
Name Type Description
$offset mixed
methodpublicoffsetSet( mixed $offset, \eZContentCriteria $value ) : void

Array offset setter Called when a criteria is added. Expects an empty array index syntax.

Parameters
Name Type Description
$offset mixed
$value \eZContentCriteria
methodpublicoffsetUnset(  $offset ) : void

Parameters
Name Type Description
$offset
methodpublicrewind( ) : void

methodpublicvalid( ) : void

Documentation was generated by DocBlox 0.18.1.