Class miTableFeature

Description

miTableFeature base class Each table feature subclasses this class

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

Located in /view/TableFeature.php (line 17)


	
			
Direct descendents
Class Description
miTableSorter
miTableFilters Filters support class
miTablePager Recordset Pager Class Manage the movement between pages when data is shown in table fomat
miTableCustomParams Handles custom params
Variable Summary
mixed $_table
Method Summary
miTableFeature __construct ( $table)
array getStateParams ()
mixed getStateValue (string $name, mixed $defaultValue)
array getValues ()
Variables
mixed $_table (line 24)

A reference to the miTable object associated with this table feature

  • access: protected
Methods
Constructor __construct (line 29)

Constructs a table feature

miTableFeature __construct ( $table)
  • $table

Redefined in descendants as:
getStateParams (line 48)

Returns associative array with params that save the feature state

  • access: public
array getStateParams ()

Redefined in descendants as:
getStateValue (line 61)

Returns the value of a named state variable Returns the default value if the state variable is not set

  • access: protected
mixed getStateValue (string $name, mixed $defaultValue)
  • string $name
  • mixed $defaultValue
getValues (line 41)

Get the feature values

  • abstract:
  • access: public
array getValues ()

Redefined in descendants as:

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