From 06e0008e21036a132045fec1d6c3d0d138242aaf Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 9 Feb 2017 16:35:15 +0200 Subject: [PATCH] test google lib --- app/library/App/Bootstrap/RouteBootstrap.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/app/library/App/Bootstrap/RouteBootstrap.php b/app/library/App/Bootstrap/RouteBootstrap.php index 5ca0a5e..4b41e3f 100755 --- a/app/library/App/Bootstrap/RouteBootstrap.php +++ b/app/library/App/Bootstrap/RouteBootstrap.php @@ -58,8 +58,9 @@ class RouteBootstrap implements BootstrapInterface //$response = $this->getReport($analytics, '', ''); //$this->setViewId('119240817'); + $test = $this->setViewId(); - $var_2 = var_dump($this->VIEW_ID); + $var_2 = var_dump($test); $msg = "testing fine"; @@ -78,7 +79,7 @@ class RouteBootstrap implements BootstrapInterface return $VIEW_ID; } - public function setViewId($id) { - $this->VIEW_ID = $id; + public function setViewId() { + return '123'; } } \ No newline at end of file -- libgit2 0.21.4