opt = $opt; if (is_numeric($this->opt['_restAlias'])) { $this->id_individual = intval($this->opt['_restAlias']); } elseif ($this->opt['_restAlias']=='active') { $this->showactiveonly=true; } } function exec(&$Doc) { $DBObj = SiteMap::getObj('Member/History/History.php', null, $this->id_individual, $this->showactiveonly); $Grid = SiteMap::getObj('Member/History/Grid/Grid.php', $Doc, $DBObj); $Grid->exec(); } } ?>