public function getNames()
 {
     return array_unique(array_merge(array_keys($this->mappings), parent::getNames()));
 }