コード例 #1
0
 public function log($level, $message, array $context = array())
 {
     $this->logger->log($level, $message, array_merge($context, ['table' => $this->table->getId()]));
 }
コード例 #2
0
 /**
  * @return array
  */
 public function toArray()
 {
     return ['table_id' => $this->table->getId()];
 }