Example #1
0
 /**
  * Returns the DependencyInjection connection service name used to write data related to the model
  *
  * @return string
  */
 public function getWriteConnectionService()
 {
     return $this->_modelsManager->getWriteConnectionService();
 }