Esempio n. 1
0
 /**
  * Set $prop to a new value for all API calls.
  *
  * @param string $prop The name of the property
  * @param string $value Its new value.
  */
 function setProperty($prop, $value)
 {
     $this->_impl->setProperty($prop, $value);
 }