andeedee / gapi-google-analytics-php-interface

Automatically exported from code.google.com/p/gapi-google-analytics-php-interface
0 stars 0 forks source link

getDimesions method #37

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I am trying to call the $gapi->getDimensions() method, but there seems to be a 
typo on line 774.

  /**
   * Get an associative array of the dimesions
   * and the matching values for the current result
   *
   * @return Array
   */
  public function getDimesions()
  {
    return $this->dimensions;
  }

Shouldn't it be...

  /**
   * Get an associative array of the dimensions
   * and the matching values for the current result
   *
   * @return Array
   */
  public function getDimensions()
  {
    return $this->dimensions;
  }

Original issue reported on code.google.com by tim%mill...@gtempaccount.com on 4 Aug 2010 at 10:58

GoogleCodeExporter commented 9 years ago
reported many times

Original comment by mediacen...@gmail.com on 9 Aug 2010 at 12:09

GoogleCodeExporter commented 9 years ago
duplicate of #16

Original comment by goo...@schottenland.de on 31 Jul 2011 at 11:27