Exemplo n.º 1
0
	public function __destruct()
	{
		parent::__destruct();
	}
Exemplo n.º 2
0
	protected function fillUsedData(&$control)
	{
		parent::fillUsedData($control);
		if (!empty($control['EXECUTE_MODULE']))
			$this->executeModule[$control['EXECUTE_MODULE']] = true;
	}
Exemplo n.º 3
0
 public function Show($arConditions = "")
 {
     if (empty($arConditions) && !isset($_REQUEST["ID"])) {
         $arConditions = array('CLASS_ID' => 'CondGroup', 'DATA' => array('All' => 'AND', 'True' => 'True'), 'CHILDREN' => array(array('CLASS_ID' => 'CondIBActive', 'DATA' => array('logic' => 'Equal', 'value' => 'Y'))));
     }
     parent::Show($arConditions);
 }