Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordiosmosis <benaka@piwik.pro>2015-09-22 02:32:20 +0300
committerdiosmosis <benaka@piwik.pro>2015-09-23 10:57:33 +0300
commit140f2257e646378da5b3f68091f1c9e289cb4f89 (patch)
treeb845559fbd426dff61515fe2de5f77530c9ca588 /core/Segment
parent38a3da2655f1d3011be33725357dab1d4af5bb85 (diff)
Rename SegmentExpression::getSegmentString() to getSegmentDefinition().
Diffstat (limited to 'core/Segment')
-rw-r--r--core/Segment/SegmentExpression.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Segment/SegmentExpression.php b/core/Segment/SegmentExpression.php
index be21337434..a6aecc6c29 100644
--- a/core/Segment/SegmentExpression.php
+++ b/core/Segment/SegmentExpression.php
@@ -49,7 +49,7 @@ class SegmentExpression
$this->tree = $this->parseTree();
}
- public function getSegmentString()
+ public function getSegmentDefinition()
{
return $this->string;
}