I have a controller Export that extends CI_Controller and another controller called Magento_Attribute_Set that extends CI_Controller too.
I need to call export_attributes()
function from Magento_Attribute_Set within Export controller.
I have read similar questions here but they do not make sense to me and I have never worked with codeigniter framework before.
I would really appreciate if someone can guide me please.