/**
  * Get the table content.
  *
  * @return null|string
  */
 public function getTableContent()
 {
     return $this->table->getContent();
 }