* [misc] add sqlChanged.
This commit is contained in:
@@ -356,6 +356,18 @@ class pivotState
|
||||
$this->drills = array();
|
||||
}
|
||||
|
||||
/**
|
||||
* Sql changed.
|
||||
*
|
||||
* @access public
|
||||
* @return void
|
||||
*/
|
||||
public function sqlChanged()
|
||||
{
|
||||
$this->queryCols = array();
|
||||
$this->queryData = array();
|
||||
}
|
||||
|
||||
/**
|
||||
* Get filters.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user