PHP Class Algolia_Algoliasearch_Block_System_Config_Form_Field_AbstractField, algoliasearch-magento

Inheritance: extends Mage_Adminhtml_Block_System_Config_Form_Field_Array_Abstract
Afficher le fichier Open project: algolia/algoliasearch-magento Class Usage Examples

Protected Properties

Свойство Type Description
$selectFields
$settings

Méthodes publiques

Méthode Description
__construct ( )

Méthodes protégées

Méthode 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 méthode

public __construct ( )

_prepareArrayRow() protected méthode

protected _prepareArrayRow ( Varien_Object $row )
$row Varien_Object

getRenderer() protected méthode

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
Résultat Algolia_Algoliasearch_Block_System_Config_Form_Field_Select

Property Details

$selectFields protected_oe property

protected $selectFields

$settings protected_oe property

protected $settings