Framework - Module development

can someone add this code to the framework repo;
file: extensions.class.php
code:

class ext_celgenuserevent extends extension {

function output() {
    return "CELGenUserEvent(".$this->data.")";
}

}

I use this frequently in my own modules. now i need to add this every time a framework update is installed.

Hi @Joostdmx Thanks for your suggestion. Please feel free to contribute to FreePBX. Please find more information about how to contribute to Freepbx from the below Developer Corner wiki page.

http://wiki.freepbx.org/display/FOP/Developer+Corner+Home#DeveloperCornerHome-GettingInvolved

Best Regards
Kapil

1 Like

Hi @kgupta1 Thank you for the information. as iā€™m a beginner in github i will figure it out at a later moment.

Regards,
Joost

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.