Horde_ActiveSync_Message_Base::_preEncodeValidation PHP Method

_preEncodeValidation() protected method

Give concrete classes the chance to enforce rules before encoding messages to send to the client.
Since: 2.31.0
protected _preEncodeValidation ( ) : boolean
return boolean True if values were valid (or could be made valid). False if values are unable to be validated.
    protected function _preEncodeValidation()
    {
        return true;
    }