options = $options; return $this; } public function exec($Doc) { $DBObj = SiteMap::getObj('Member/StatusHistory/StatusHistory.php', $this->options['_restAlias']); /** @var $Grid StatusHistoryGrid */ $Grid = SiteMap::getObj('Member/StatusHistory/Grid/Grid.php', $Doc, $DBObj); return $Grid->exec(); } } ?>