Commit 4650cfd9f2e4fccc9d8d8dfedea23ca490fbbc29

Authored by Alex Savenko
1 parent 34feae2d

test google lib

Showing 1 changed file with 5 additions and 1 deletions   Show diff stats
app/library/App/Bootstrap/RouteBootstrap.php
... ... @@ -57,7 +57,7 @@ class RouteBootstrap implements BootstrapInterface
57 57  
58 58 //$response = $this->getReport($analytics, '', '');
59 59  
60   -
  60 + $this->setViewId('119240817');
61 61  
62 62 $var_2 = var_dump($this->VIEW_ID);
63 63  
... ... @@ -77,4 +77,8 @@ class RouteBootstrap implements BootstrapInterface
77 77  
78 78 return $VIEW_ID;
79 79 }
  80 +
  81 + public function setViewId($id) {
  82 + $this->VIEW_ID = $id;
  83 + }
80 84 }
81 85 \ No newline at end of file
... ...