| 1 |
<?php |
<?php |
| 2 |
// $Id: system_service.module,v 1.3.2.5 2008/08/29 10:17:26 brmassa Exp $ |
// $Id: system_service.module,v 1.3.2.6 2008/08/29 11:04:16 brmassa Exp $ |
| 3 |
/** |
/** |
| 4 |
* @author Services Dev Team |
* @author Services Dev Team |
| 5 |
* @file |
* @file |
| 33 |
'#method' => 'system.connect', |
'#method' => 'system.connect', |
| 34 |
'#callback' => 'system_service_connect', |
'#callback' => 'system_service_connect', |
| 35 |
'#auth' => FALSE, |
'#auth' => FALSE, |
| 36 |
|
'#key' => FALSE, |
| 37 |
'#return' => 'struct', |
'#return' => 'struct', |
| 38 |
'#help' => t('Returns an object containing a sessid and user.')), |
'#help' => t('Returns an object containing a sessid and user.')), |
| 39 |
|
|