Horde_Group_Ldap::readOnly PHP Method

readOnly() public method

Returns whether the group backend is read-only.
public readOnly ( ) : boolean
return boolean
    public function readOnly()
    {
        return !isset($this->_params['writedn']) || !isset($this->_params['writepw']);
    }