tag that can be rendered synchronously * or as a piece of Javascript/JQuery/Ajax that will get its content from another page (ajax.render.php). */ class DisplayBlock { const TAG_BLOCK = 'itopblock'; /** @var \DBSearch */ protected $m_oFilter; protected $m_aConditions; // Conditions added to the filter -> avoid duplicate conditions protected $m_sStyle; protected $m_bAsynchronous; protected $m_aParams; /** @var \DBObjectSet|null */ protected $m_oSet; protected $m_bShowObsoleteData = null; /** * @param \DBSearch $oFilter list of cmdbObjects to be displayed into the block * @param string $sStyle one of : *