From 4650cfd9f2e4fccc9d8d8dfedea23ca490fbbc29 Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 9 Feb 2017 16:31:56 +0200 Subject: [PATCH] test google lib --- app/library/App/Bootstrap/RouteBootstrap.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app/library/App/Bootstrap/RouteBootstrap.php b/app/library/App/Bootstrap/RouteBootstrap.php index 207ca2a..0808c4b 100755 --- a/app/library/App/Bootstrap/RouteBootstrap.php +++ b/app/library/App/Bootstrap/RouteBootstrap.php @@ -57,7 +57,7 @@ class RouteBootstrap implements BootstrapInterface //$response = $this->getReport($analytics, '', ''); - + $this->setViewId('119240817'); $var_2 = var_dump($this->VIEW_ID); @@ -77,4 +77,8 @@ class RouteBootstrap implements BootstrapInterface return $VIEW_ID; } + + public function setViewId($id) { + $this->VIEW_ID = $id; + } } \ No newline at end of file -- libgit2 0.21.4