<?php array_flip(array $array): array
<?php protected function initializeKeywords() { $this->keywords = array_flip(array_map('strtoupper', $this->getKeywords())); }