kernel/private/api/content/criteria/field.php

Show: inherited
Table of Contents

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

methodpublic__construct(  $fieldIdentifier ) : void

Parameters
Name Type Description
$fieldIdentifier
methodpublic__toString( ) : void

methodpublicendsWith( string $string ) : \ezpContentFieldCriteria

Filter content on the value a string ends with

Parameters
Name Type Description
$string string

String the content has to end with

Returns
Type Description
\ezpContentFieldCriteria
methodpubliclike( string $string ) : \ezpContentFieldCriteria

Adds a 'like' parameter to the criteria.

Parameters
Name Type Description
$string string
Returns
Type Description
\ezpContentFieldCriteria
methodpublicstartsWith( string $string ) : \ezpContentFieldCriteria

Filter content on the value a string starts with

Parameters
Name Type Description
$string string

String the content has to start with

Returns
Type Description
\ezpContentFieldCriteria
methodpublictranslate( ) : void

Documentation was generated by DocBlox 0.18.1.