PHP 클래스 N98\Magento\Command\Developer\Setup\Script\Attribute\EntityType\AbstractEntityType

파일 보기 프로젝트 열기: netz98/n98-magerun

보호된 프로퍼티들

프로퍼티 타입 설명
$attribute Mage_Eav_Model_Entity_Attribute
$entityType string
$readConnection Varien_Db_Adapter_Interface
$warnings array

공개 메소드들

메소드 설명
__construct ( Mage_Eav_Model_Entity_Attribute $attribute )
getAttributeLabels ( Mage_Eav_Model_Entity_Attribute $attribute ) : array Gets attribute labels from database
getWarnings ( ) : array
setReadConnection ( $connection )
setWarnings ( array $warnings )

보호된 메소드들

메소드 설명
getOptions ( Mage_Eav_Model_Entity_Attribute $attribute ) : array Gets attribute options from database

메소드 상세

__construct() 공개 메소드

public __construct ( Mage_Eav_Model_Entity_Attribute $attribute )
$attribute Mage_Eav_Model_Entity_Attribute

getAttributeLabels() 공개 메소드

Gets attribute labels from database
public getAttributeLabels ( Mage_Eav_Model_Entity_Attribute $attribute ) : array
$attribute Mage_Eav_Model_Entity_Attribute
리턴 array

getOptions() 보호된 메소드

Gets attribute options from database
protected getOptions ( Mage_Eav_Model_Entity_Attribute $attribute ) : array
$attribute Mage_Eav_Model_Entity_Attribute
리턴 array

getWarnings() 공개 메소드

public getWarnings ( ) : array
리턴 array

setReadConnection() 공개 메소드

public setReadConnection ( $connection )
$connection

setWarnings() 공개 메소드

public setWarnings ( array $warnings )
$warnings array

프로퍼티 상세

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

protected Mage_Eav_Model_Entity_Attribute $attribute
리턴 Mage_Eav_Model_Entity_Attribute

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

protected string $entityType
리턴 string

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

protected Varien_Db_Adapter_Interface $readConnection
리턴 Varien_Db_Adapter_Interface

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

protected array $warnings
리턴 array