N98\Magento\Command\Developer\Setup\Script\Attribute\EntityType\AbstractEntityType::__construct PHP 메소드

__construct() 공개 메소드

public __construct ( Mage_Eav_Model_Entity_Attribute $attribute )
$attribute Mage_Eav_Model_Entity_Attribute
    public function __construct(\Mage_Eav_Model_Entity_Attribute $attribute)
    {
        $this->attribute = $attribute;
    }