tableName; } /** * Set the table name * * @param string $tableName * * @return $this */ public function setTableName($tableName) { $this->tableName = $tableName; return $this; } public function getKeyName() { return null; } public function getColumns() { return null; } }