Skip to content

Commit e31c2d9

Browse files
committed
Get display value
1 parent ac908db commit e31c2d9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Currency.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,11 @@ public function getPosition(): int
147147
return $this->position;
148148
}
149149

150+
public function getDisplay(): int
151+
{
152+
return $this->display;
153+
}
154+
150155
public function setPosition(int $position = self::POS_START): self
151156
{
152157
if ($position !== self::POS_START && $position !== self::POS_END) {

0 commit comments

Comments
 (0)