Class miTableCustomParams

Description

Handles custom params

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

Located in /view/TableCustomParams.php (line 15)

miTableFeature
   |
   --miTableCustomParams
Class Constant Summary
 TMPL_VAR_CUSTOM_PARAMS = 'RL_PARAMS'
Variable Summary
Method Summary
array getStateParams ()
array getValues ()
void setRecordLocatorParams (array $rlParams)
Variables
mixed $_recordLocatorParams = array() (line 25)

Used to forward parameters from top-level to sub-level views It usually contains ID(s) of a field that limits the managed records

  • access: protected

Inherited Variables

Inherited from miTableFeature

miTableFeature::$_table
Methods
getRecordLocatorParams (line 47)

Gets the array of record locator params

  • return: the record locator params
  • access: public
array getRecordLocatorParams ()
getStateParams (line 73)

Returns associative array with params that save the feature state

  • access: public
array getStateParams ()

Redefinition of:
miTableFeature::getStateParams()
Returns associative array with params that save the feature state
getValues (line 58)

Get the feature values

  • access: public
array getValues ()

Redefinition of:
miTableFeature::getValues()
Get the feature values
setRecordLocatorParams (line 35)

Sets the record locator params. They are used to forward params from top level to sub-level views

  • access: public
void setRecordLocatorParams (array $rlParams)
  • array $rlParams: the record locator params

Inherited Methods

Inherited From miTableFeature

miTableFeature::__construct()
miTableFeature::getStateParams()
miTableFeature::getStateValue()
miTableFeature::getValues()
Class Constants
TMPL_VAR_CUSTOM_PARAMS = 'RL_PARAMS' (line 17)

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