kernel/private/api/content/criteria_set.php
File containing the ezpContentCriteriaSet class.
- Copyright
- Copyright (C) 1999-2011 eZ Systems AS. All rights reserved.
- License
- eZ Proprietary Use License v1.0
- Package
- API
- Version
- 4.5.0
\ezpContentCriteriaSet
Package: API
This class handles a list of content query criteria
- Parent(s)
- ?\ArrayAccess\Countable\Iterator
Properties
Methods

count(
)
:
intReturns the number of registered criteria
Returns
Details
| Type | Description |
|---|---|
| int |
- Note
- Implements the count() method of the Countable interface

offsetSet(
mixed $offset, \eZContentCriteria $value
)
:
voidArray offset setter Called when a criteria is added. Expects an empty array index syntax.
Parameters
| Name | Type | Description |
|---|---|---|
| $offset | mixed | |
| $value | \eZContentCriteria |