Gets all keys allowed in this mapping.
string[] A list of keys allowed in this mapping.
public function getValidKeys() : array { $all_keys = $this->getDefinedKeys(); return array_keys($all_keys); }