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 Proprietary Use License v1.0
- Package
- API
- Version
- 4.5.0
\ezpContentFieldCriteria
Package: API
This class is used to instantiate and manipulate a field value content criteria.
- Parent(s)
- \ezpContentCriteriaInterface
Methods

endsWith(
string $string
)
:
\ezpContentFieldCriteriaFilter 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
)
:
\ezpContentFieldCriteriaAdds a 'like' parameter to the criteria.
Parameters
Returns
| Name | Type | Description |
|---|---|---|
| $string | string |
| Type | Description |
|---|---|
| \ezpContentFieldCriteria |

startsWith(
string $string
)
:
\ezpContentFieldCriteriaFilter 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 |