Exemple #1
0
 /**
  * @return array
  */
 public function aGet($vKey)
 {
     return $this->_oDB->aGet($vKey, $vKey);
 }
Exemple #2
0
 /**
  * @return array
  */
 public function aGet($vKey)
 {
     return $this->_oDB->aGet($this->_iGetHintId($vKey), $vKey);
 }