Esempio n. 1
0
 public function log($level, $message, array $context = array())
 {
     $this->logger->log($level, $message, array_merge($context, ['table' => $this->table->getId()]));
 }
 /**
  * @return array
  */
 public function toArray()
 {
     return ['table_id' => $this->table->getId()];
 }