Versions Compared

Key

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

BMO Built-In Classes 12+

Usage

All classes can be called with the quick constructor. This is a non destructive constructor.

...

Code Block
$freepbx = FreePBX::Create();
$data = $freepbx->Module->methodOne();
$data2 = $freepbx->Module->methodTwo();


Core Classes