[ Index ]

PHP Cross Reference of moodle-2.8

title

Body

[close]

/lib/zend/Zend/Amf/Value/ -> MessageBody.php (summary)

Zend Framework LICENSE

Copyright: Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
License: http://framework.zend.com/license/new-bsd New BSD License
Version: $Id$
File Size: 182 lines (5 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

Zend_Amf_Value_MessageBody:: (8 methods):
  __construct()
  getTargetUri()
  setTargetUri()
  getResponseUri()
  setResponseUri()
  getData()
  setData()
  setReplyMethod()


Class: Zend_Amf_Value_MessageBody  - X-Ref

An AMF Message contains information about the actual individual
transaction that is to be performed. It specifies the remote
operation that is to be performed; a local (client) operation
to be invoked upon success; and, the data to be used in the
operation.
<p/>
This Message structure defines how a local client would
invoke a method/operation on a remote server. Additionally,
the response from the Server is structured identically.

__construct($targetUri, $responseUri, $data)   X-Ref
Constructor

param: string $targetUri
param: string $responseUri
param: string $data
return: void

getTargetUri()   X-Ref
Retrieve target Uri

return: string

setTargetUri($targetUri)   X-Ref
Set target Uri

param: string $targetUri
return: Zend_Amf_Value_MessageBody

getResponseUri()   X-Ref
Get target Uri

return: string

setResponseUri($responseUri)   X-Ref
Set response Uri

param: string $responseUri
return: Zend_Amf_Value_MessageBody

getData()   X-Ref
Retrieve response data

return: string

setData($data)   X-Ref
Set response data

param: mixed $data
return: Zend_Amf_Value_MessageBody

setReplyMethod($methodName)   X-Ref
Set reply method

param: string $methodName
return: Zend_Amf_Value_MessageBody



Generated: Fri Nov 28 20:29:05 2014 Cross-referenced by PHPXref 0.7.1