Ejemplo n.º 1
0
 public function getMessage($id, $inboxId = null)
 {
     if ($inboxId === null) {
         $inboxId = $this->getDefaultInboxID();
     }
     return parent::getMessage(['id' => $id, 'inbox_id' => $inboxId]);
 }