Horde_ActiveSync_Message_Exception::setDeletedFlag PHP Method

setDeletedFlag() public method

Sets the DELETED field on this exception
public setDeletedFlag ( boolean $flag )
$flag boolean
    public function setDeletedFlag($flag)
    {
        $this->_properties['deleted'] = $flag;
    }