コード例 #1
0
ファイル: xmlrpc.lib.php プロジェクト: rip-projects/ark-php
 function query()
 {
     // Prepare multicall, then call the parent::query() method
     return parent::query('system.multicall', $this->calls);
 }