N98\Magento\Command\Developer\Setup\Script\Attribute\EntityType\AbstractEntityType::__construct PHP Method

__construct() public method

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;
    }