Horde_SyncMl_ContentHandler::__construct PHP 메소드

__construct() 공개 메소드

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;
    }