Horde_ActiveSync_Wbxml_Encoder::_outAttributes PHP Method

_outAttributes() private method

Output attributes
private _outAttributes ( )
    private function _outAttributes()
    {
        // We don't actually support this, because to do so, we would have
        // to build a string table before sending the data (but we can't
        // because we're streaming), so we'll just send an END, which just
        // terminates the attribute list with 0 attributes.
        $this->_outByte(self::END);
    }