Ejemplo n.º 1
0
 public function message_delete(Constellation $constellation, CNMessage $message)
 {
     $command = new CNMessageDelete();
     $options = $constellation->defaultCommandOptions();
     $options['id'] = $message->context();
     $response = $constellation->execute($command, $options);
     return $response->result;
 }