function TripalWebServiceResource::getProperty

3.x TripalWebServiceResource.inc TripalWebServiceResource::getProperty($key)

Retrieves the value of a property.

Parameters

$key: The name of the property.

The value of the property. This could be a scalar, array or: a TripalWebService object.

File

tripal_ws/includes/TripalWebServiceResource.inc, line 330

Class

TripalWebServiceResource

Code

function getProperty($key) {
  return $this->data[$key];
}