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 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
Methods


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


offsetSet(
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 |