FluxBB\Models\ConfigRepository::isEnabled PHP Method

isEnabled() public method

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