Reports controller. More...
Public Member Functions | |
index ($input=false) | |
Display report selection/setup page. | |
debug ($input=false) | |
Create the same data as generate, but dump it as json. | |
generate ($input=false) | |
Generate (availability) report from parameters set in index(). | |
edit_settings ($input=false) | |
Controller method that should render a form for editing a report in LightBox. | |
Static Public Member Functions | |
static | _helptexts ($id) |
Translated helptexts for this controller. |
Reports controller.
This particular reports controller is meant as a base controller for both SLA and Availability reports, mostly for hysterical reasons.
op5, and the op5 logo are trademarks, servicemarks, registered servicemarks or registered trademarks of op5 AB. All other trademarks, servicemarks, registered trademarks, and registered servicemarks mentioned herein may be the property of their respective owner(s). The information contained herein is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE WARRANTY OF DESIGN, MERCHANTABILITY, AND FITNESS FOR A PARTICULAR PURPOSE.
Reports_Controller::generate | ( | $ | input = false |
) |
Generate (availability) report from parameters set in index().
$input | array = false |
Reimplemented from Base_reports_Controller.