<?php class Invite extends Intent { function init(){ $this->name = "invite"; } function act(){ $this->getIS()->getTG()->getInviteService()->sendInvitation(); } } ?>