В v.5 было примерно так:
$InformationSystem = & singleton('InformationSystem');
$item_count = 2;
$property = array();
$external_propertys = array();
$element = array();
$element['type'] = 1;
$element['prefix'] = 'and';
$element['property_id'] = 14;
$element['if'] = '=';
$element['value'] = '1';
$element['sufix'] = '';
$property['select'][] = $element;
$InformationSystem->ShowInformationSystem(3, false, 'СписокОтзывовЛевоеМеню', $item_count, 0, $external_propertys, $property);
Как правильнее такое сделать в v.6?