Esempio n. 1
0
 /**
  * Gets table placeholder by table name
  *
  * @param string $tableName
  * @return string
  */
 public function getTablePlaceholder($tableName)
 {
     return $this->resourceModel->getTablePlaceholder($tableName);
 }