Packages:
System
System.Collections
System.Data
System.I18N
System.Util
System.Web.Services
System.Web.UI.ActiveControls
System.Web.UI.WebControls


Classes:
Response
   LTidyHttpResponseAdapter

Class LMetaTextCriteria


Builds predefined criterias for LMetaData.

It's database neutrality and logical simplicity make it a good choice for expressing many often used queries.


Constructor Summary
public
Inititalizes parameters

Method Summary
Criteria
build ()
Builds and returns the criteria object, which is used together with corresponding propel peer class
void
getCategory ( return 0)
array
void
setCategory ( string $value)
void
setRecordIds ( array $value)

Constructor Details

__construct

public __construct

Inititalizes parameters


Method Details

build

public Criteria build ()

Builds and returns the criteria object, which is used together with corresponding propel peer class

getCategory

public void getCategory (return 0 )

Input
return0text category

getRecordIds

public array getRecordIds ()

Output
array ids of texts in database
Exception

setCategory

public void setCategory (string $value )

Input
string$valuetext category

setRecordIds

public void setRecordIds (array $value )

Input
array$valueids of texts in database