volunteerId = intval($options['_restAlias']); } return $this; } function exec($Doc) { $Volunteer = SiteMap::getObj('Volunteer/Volunteer.php', $this->volunteerId); /** @var $Show Volunteer_Show */ $Show = SiteMap::getObj('Volunteer/Show/Show.php', $Doc, $Volunteer); $Show->exec(); return $this; } }