Example #1
0
 /**
  * Return the number of values contained in this response.
  *
  * @return integer
  */
 public function getNumberOfValues()
 {
     return $this->values->count();
 }