Guest User

Untitled

a guest
Dec 13th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. class TestController extends Controller {
  2. public function actions()
  3. {
  4. return [
  5. 'GetService' => 'mongosoftsoapserverAction',
  6. ];
  7.  
  8. }
  9.  
  10. /**
  11. * @soap
  12. */
  13. public function GetMyService($a,$d)
  14. {
  15.  
  16. }
  17.  
  18. public function GetMyService1($b,$d)
  19. {} }
Add Comment
Please, Sign In to add comment