Example #1
0
 /**
  * Declare if objects should be returned by the api service classes.
  *
  * @param boolean $useBatch True if the experimental batch support should
  * be enabled. Defaults to False.
  * @experimental
  */
 public function setUseBatch($useBatch)
 {
     self::$useBatch = $useBatch;
 }