A mock-implementation of the regular report options In particular, it exposes a way to set arbitrary report properties and members. More...
Public Member Functions | |
__construct ($options=false) | |
Create new test report, optionally with default options. | |
get_report_members () | |
Return the report members you've setup for group reports, otherwise return the report's actual members. | |
Data Fields | |
$properties_copy | |
A public reference to the protected properties array. | |
$members = array() | |
A public list of group members used by our get_report_members. |
A mock-implementation of the regular report options In particular, it exposes a way to set arbitrary report properties and members.