/[cvs]/nfo/php/libs/org.netfrag.glib/DataSource/Locator.php
ViewVC logotype

Diff of /nfo/php/libs/org.netfrag.glib/DataSource/Locator.php

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

revision 1.30 by joko, Fri Mar 28 03:02:50 2003 UTC revision 1.31 by joko, Fri Mar 28 06:46:00 2003 UTC
# Line 24  Line 24 
24   * $Id$   * $Id$
25   *   *
26   * $Log$   * $Log$
27     * Revision 1.31  2003/03/28 06:46:00  joko
28     * new helper: 'function get_call'
29     *
30   * Revision 1.30  2003/03/28 03:02:50  joko   * Revision 1.30  2003/03/28 03:02:50  joko
31   * propagating parameters for rpc-debugging and options here   * propagating parameters for rpc-debugging and options here
32   *   *
# Line 429  class DataSource_Locator { Line 432  class DataSource_Locator {
432      return 1;      return 1;
433    }    }
434    
435          function get_call() {
436        return array(
437          method => $this->_call[_method],
438          args => $this->_call[_arguments],
439        );
440      }
441    
442  }  }
443    
444  ?>  ?>

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31

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