Class miSqlFilterOneValue

Description

Abstract filter class for filters with one parametized value

  • copyright: Copyright (c) 2006 Mirchev Ideas Ltd. All rights reserved.
  • abstract:

Located in /model/SqlFilters.php (line 74)

miSqlFilter
   |
   --miSqlFilterOneValue
Direct descendents
Class Description
miSqlFilterSubstring Filter for matching substrings. Uses the like operator
miSqlFilterStarts Filter for matching the begining of strings. Uses the like operator
miSqlFilterEnds Filter for matching the endings of strings. Uses the like operator
miSqlFilterSimple Base filter class for simple comparion operator filters
miSqlFilterIn Filter checking that the field is equal to any of the vaues
Variable Summary
mixed $_value
Method Summary
miSqlFilterOneValue __construct (string $name, string $value)
string getValue ()
Variables
mixed $_value (line 78)

The filter value

  • access: protected

Inherited Variables

Inherited from miSqlFilter

miSqlFilter::$_name
Methods
Constructor __construct (line 86)

Construct the filter

  • access: public
miSqlFilterOneValue __construct (string $name, string $value)
  • string $name
  • string $value

Redefinition of:
miSqlFilter::__construct()
Creates miSqlFilter object
getValue (line 97)

Returns the filter value

  • return: the filter value
  • access: public
string getValue ()

Inherited Methods

Inherited From miSqlFilter

miSqlFilter::__construct()
miSqlFilter::getName()
miSqlFilter::getSql()
miSqlFilter::getSqlFields()

Documentation generated on Thu, 08 May 2008 16:57:34 +0300 by phpDocumentor 1.4.1