kernel/private/api/content/criteria/field.php
File containing the ezpContentFieldCriteria 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
\ezpContentFieldCriteria
Package: API
This class is used to instantiate and manipulate a field value content criteria.
- Parent(s)
- \ezpContentCriteriaInterface
Methods


endsWith(
string $string
)
:
\ezpContentFieldCriteria
Filter content on the value a string ends with
Parameters
Returns
Name | Type | Description |
---|---|---|
$string | string | String the content has to end with |
Type | Description |
---|---|
\ezpContentFieldCriteria |


like(
string $string
)
:
\ezpContentFieldCriteria
Adds a 'like' parameter to the criteria.
Parameters
Returns
Name | Type | Description |
---|---|---|
$string | string |
Type | Description |
---|---|
\ezpContentFieldCriteria |


startsWith(
string $string
)
:
\ezpContentFieldCriteria
Filter content on the value a string starts with
Parameters
Returns
Name | Type | Description |
---|---|---|
$string | string | String the content has to start with |
Type | Description |
---|---|
\ezpContentFieldCriteria |