/[cvs]/nfo/php/libs/org.netfrag.glib/Application/AbstractBackend.php
ViewVC logotype

Diff of /nfo/php/libs/org.netfrag.glib/Application/AbstractBackend.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.7 by joko, Mon Mar 10 22:58:48 2003 UTC revision 1.8 by joko, Fri Apr 4 21:17:27 2003 UTC
# Line 2  Line 2 
2  /**  /**
3   * This file contains the Application::AbstractBackend class.   * This file contains the Application::AbstractBackend class.
4   *   *
5     * It's another (the final) code wrapper around the RPC-XML
6     * transport-part. (DataSource::Generic, DesignPattern::RemoteProxy
7     * and DataSource::Handler::RPCXML).
8     * The php core remote methods are vivified here.
9     *
10   * @author Andreas Motl <andreas.motl@ilo.de>   * @author Andreas Motl <andreas.motl@ilo.de>
11   * @package org.netfrag.glib   * @package org.netfrag.glib
12   * @name Application::AbstractBackend   * @name Application::AbstractBackend
# Line 13  Line 18 
18  //  $Id$  //  $Id$
19  // ---------------------------------------------------------------------------  // ---------------------------------------------------------------------------
20  //  $Log$  //  $Log$
21    //  Revision 1.8  2003/04/04 21:17:27  joko
22    //  added comments
23    //  + dummy method 'function getTopics' (prepared)
24    //
25  //  Revision 1.7  2003/03/10 22:58:48  joko  //  Revision 1.7  2003/03/10 22:58:48  joko
26  //  + fixed metadata for phpDocumentor  //  + fixed metadata for phpDocumentor
27  //  //
# Line 94  class Application_AbstractBackend { Line 103  class Application_AbstractBackend {
103      $status_yesno = $status_bool ? 'yes' : 'no';      $status_yesno = $status_bool ? 'yes' : 'no';
104      return $status_yesno;      return $status_yesno;
105    }        }    
106      
107      // TODO:
108      function getTopics($arg1) {
109        return $this->_remote_method('getTopics', $arg1);
110      }
111    
112  }  }
113    
114  ?>  ?>

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed