Commit 06e0008e21036a132045fec1d6c3d0d138242aaf

Authored by Alex Savenko
1 parent 671b571a

test google lib

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