Horde_Kolab_Format_Xml_Type_Base::isRelaxed PHP Method

isRelaxed() protected method

Returns if the XML handling should be relaxed.
protected isRelaxed ( array $params ) : boolean
$params array The parameters.
return boolean True if the XML should not be strict.
    protected function isRelaxed($params)
    {
        return !empty($params['relaxed']);
    }