Updated testing for filter selects in reports
[ninja.git] / modules / orm / models / commandset.php
blob36687776ca8ab33fd15061b5b0ad0ddbcad9c686
1 <?php
3 require_once( dirname(__FILE__).'/base/basecommandset.php' );
5 /**
6 * Describes a set of objects from livestatus
7 */
8 class CommandSet_Model extends BaseCommandSet_Model {