public function ServicesClientControl::setData in Services Client 7.2
Set control dat to new object that is sent to remote site.
Parameters
stdClass $object: Mapped object.
File
- include/
plugin.inc, line 522 - Base plugin definitions. All other plugins should be extended from this set of plugins.
Class
- ServicesClientControl
- Class for handling control data.
Code
public function setData($object) {
$object->_services_client = $this
->getData();
return $this;
}