Exemplo n.º 1
0
 /**
  * @param int $idKey
  *
  * @return void
  */
 public function touchCurrentTranslationForKeyId($idKey)
 {
     $this->glossaryFacade->touchCurrentTranslationForKeyId($idKey);
 }