Exemplo n.º 1
0
 /**
  * {@inheritdoc }
  */
 protected function getKey($key)
 {
     $tKey = parent::getKey($key);
     return $this->escape($tKey);
 }
Exemplo n.º 2
0
 /**
  * {@inheritdoc}
  */
 protected function getKey($key)
 {
     return $this->escape(parent::getKey($key));
 }