SHARE
TWEET

Untitled




Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- class TestController extends Controller {
- public function actions()
- {
- return [
- 'GetService' => 'mongosoftsoapserverAction',
- ];
- }
- /**
- * @soap
- */
- public function GetMyService($a,$d)
- {
- }
- public function GetMyService1($b,$d)
- {} }
RAW Paste Data