$informationsystem_id = 15;
$Informationsystem_Controller_Show = new Informationsystem_Controller_Show(
Core_Entity::factory('Informationsystem', $informationsystem_id)
);
$Informationsystem_Controller_Show
->xsl(
Core_Entity::factory('Xsl'

->getByName('СтатьиНаГлавной'

)
->tags(true)
->itemsProperties(true)
->groupsMode('all'

->itemsForbiddenTags(array('text'

)
->group(422)
->subgroups(true)
->limit(34)
->informationsystemItems();
$Informationsystem_Controller_Show->show();
Код выше выводит данную ошибку, в чем может быть проблема?
В документации уже указан данный метод и id группы я указал
Exception: The method 'subgroups' does not exist in 'Informationsystem_Controller_Show'
36 modules/core/exception.php
177 modules/core/servant/properties.php
69 templates/template44/template.htm
96 modules/template/model.php
166 modules/core/page.php
325 templates/template43/template.htm
96 modules/template/model.php
166 modules/core/page.php
500 modules/core/command/controller/default.php
109 modules/core/command/controller/hostcms5/default.php
195 modules/core/router/route.php
239 index.php