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

SVN:trunk[2603]
This commit is contained in:
Denis Flaven
2013-02-27 14:31:27 +00:00
parent 5ff86a40d9
commit 4988d6eb04

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