Horde_SyncMl_ContentHandler::__construct PHP Method

__construct() public method

public __construct ( )
    public function __construct()
    {
        /* Set to true to indicate that we expect another message from the
         * client. If this is still false at the end of processing, the sync
         * session is finished and we can close the session. */
        $GLOBALS['message_expectresponse'] = false;
    }