예제 #1
0
 protected function sendMsgImpl(TemplateMessageCtxt $ctxt, $pointId = null)
 {
     //Убедимся, что очки действиельно даны получателю сообщения
     UserPointsManager::inst()->getPointById($pointId, $ctxt->getReceiver()->getId());
     $ctxt->send($pointId);
 }
예제 #2
0
 protected function sendMsgImpl(TemplateMessageCtxt $ctxt)
 {
     $ctxt->send();
 }
예제 #3
0
파일: !PATTERN.php 프로젝트: ilivanoff/www
 protected function sendMsgImpl(TemplateMessageCtxt $ctxt, $param1 = null, $param2 = null)
 {
     $ctxt->send();
 }