Allow retrieving of the Filter used by a DisplayBlock (useful for extending search forms)

SVN:2.0[2604]
This commit is contained in:
Denis Flaven
2013-02-27 14:32:46 +00:00
parent 8336991c7b
commit 21e87c74e6

View File

@@ -59,6 +59,11 @@ class DisplayBlock
$this->m_aParams = $aParams;
$this->m_oSet = $oSet;
}
public function GetFilter()
{
return $this->m_oFilter;
}
/**
* Constructs a DisplayBlock object from a DBObjectSet already in memory
* @param $oSet DBObjectSet