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

isEnabled() public méthode

public isEnabled ( $key )
    public function isEnabled($key)
    {
        return $this->get('o_' . $key) === '1';
    }