Exemplo n.º 1
0
 public function doPhone(Context $context)
 {
     $context->callSecurityCenter(self::phoneMessage);
 }
Exemplo n.º 2
0
 public function doAlarm(Context $context)
 {
     $context->callSecurityCenter(self::alarmMessage);
 }