PHP Class Algolia_Algoliasearch_Block_System_Config_Form_Field_AbstractField, algoliasearch-magento

Inheritance: extends Mage_Adminhtml_Block_System_Config_Form_Field_Array_Abstract
Datei anzeigen Open project: algolia/algoliasearch-magento Class Usage Examples

Protected Properties

Property Type Description
$selectFields
$settings

Public Methods

Method Description
__construct ( )

Protected Methods

Method Description
_prepareArrayRow ( Varien_Object $row )
getRenderer ( $columnId, array $columnSettings ) : Algolia_Algoliasearch_Block_System_Config_Form_Field_Select Creates and populates a select block to represent each column in the configuration property.

Method Details

__construct() public method

public __construct ( )

_prepareArrayRow() protected method

protected _prepareArrayRow ( Varien_Object $row )
$row Varien_Object

getRenderer() protected method

Creates and populates a select block to represent each column in the configuration property.
protected getRenderer ( $columnId, array $columnSettings ) : Algolia_Algoliasearch_Block_System_Config_Form_Field_Select
$columnId string The name of the column defined in addColumn
$columnSettings array array Settings for select box
return Algolia_Algoliasearch_Block_System_Config_Form_Field_Select

Property Details

$selectFields protected_oe property

protected $selectFields

$settings protected_oe property

protected $settings