table = $this->createConnectorTable(); } /** * @return AbstractPlatformConnectorTable */ protected abstract function createConnectorTable(); public function getTableName() { return $this->table->getTableName(); } }