FluxBB\Models\ConfigRepository::has PHP Méthode

has() public méthode

public has ( $key )
    public function has($key)
    {
        return array_key_exists($key, $this->data());
    }