Smile\ElasticsuiteCatalog\Model\ResourceModel\Eav\Indexer\AbstractIndexer::getTable PHP 메소드

getTable() 보호된 메소드

Get table name using the adapter.
protected getTable ( string $tableName ) : string
$tableName string Table name.
리턴 string
    protected function getTable($tableName)
    {
        return $this->resource->getTableName($tableName);
    }