/[cvs]/nfo/php/libs/org.netfrag.app/YAA/AdminBackend.php
ViewVC logotype

Diff of /nfo/php/libs/org.netfrag.app/YAA/AdminBackend.php

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

revision 1.1 by joko, Sat Feb 22 16:19:08 2003 UTC revision 1.2 by joko, Fri Apr 18 13:56:06 2003 UTC
# Line 3  Line 3 
3  //  $Id$  //  $Id$
4  // ---------------------------------------------------------------------------  // ---------------------------------------------------------------------------
5  //  $Log$  //  $Log$
6    //  Revision 1.2  2003/04/18 13:56:06  joko
7    //  new api method: getTaskGroups
8    //
9  //  Revision 1.1  2003/02/22 16:19:08  joko  //  Revision 1.1  2003/02/22 16:19:08  joko
10  //  YAA - Yet Another Admin  //  YAA - Yet Another Admin
11  //  + initial commit  //  + initial commit
# Line 31  class YAA_AdminBackend extends Applicati Line 34  class YAA_AdminBackend extends Applicati
34    function runTask($arg1) {    function runTask($arg1) {
35      return $this->_remote_method('runTask', $arg1);      return $this->_remote_method('runTask', $arg1);
36    }    }
37    
38      // new as of 2003-04-17: metadata about tasks now also resides at backend side
39      function getTaskGroups() {
40        return $this->_remote_method('getTaskGroups');
41      }
42        
43  }  }
44    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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