Skip to content

Commit 5fedfbf

Browse files
author
Chris Sachs
committed
getter for reference value
1 parent 60ac415 commit 5fedfbf

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

lib/Productsup/Platform/Site/Reference.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,12 @@ public function setValue($value)
5858
}
5959
$this->_value = $value;
6060
}
61+
62+
/**
63+
* get the defined value
64+
* @return string|null
65+
*/
66+
public function getValue() {
67+
return $this->_value;
68+
}
6169
}

0 commit comments

Comments
 (0)