Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

LoadConfig

LoadConfig

Loads and parses all asterisk configuration files into an associative array.

Note

This is an internal class and therefore should NOT be referenced externally. Please use the proper functionality from within your module. See FreePBX Big Module Object (BMO) for more information

Code Block
$file = FreePBX::LoadConfig()->loadConfig('modules.conf');

...