PHP 클래스 Algolia_Algoliasearch_Block_System_Config_Form_Field_AbstractField, algoliasearch-magento

상속: extends Mage_Adminhtml_Block_System_Config_Form_Field_Array_Abstract
파일 보기 프로젝트 열기: algolia/algoliasearch-magento 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$selectFields
$settings

공개 메소드들

메소드 설명
__construct ( )

보호된 메소드들

메소드 설명
_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.

메소드 상세

__construct() 공개 메소드

public __construct ( )

_prepareArrayRow() 보호된 메소드

protected _prepareArrayRow ( Varien_Object $row )
$row Varien_Object

getRenderer() 보호된 메소드

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
리턴 Algolia_Algoliasearch_Block_System_Config_Form_Field_Select

프로퍼티 상세

$selectFields 보호되어 있는 프로퍼티

protected $selectFields

$settings 보호되어 있는 프로퍼티

protected $settings