public function setTableMapping($tableMapping) { $this->tableMapping =
$tableMapping;
} /**
* @return array
*/
public function getTableMapping() { if (empty($this->tableMapping
)) { $this->tableMapping =
$this->
createTableMapping();
} return $this->tableMapping;
} /**
* @param string $tableName
*
* @return string
*/
public function getSourceCodeForTable($tableName) {