Skip to content

Commit fe1ba17

Browse files
committed
added level name and dimension getter
1 parent 29cb68b commit fe1ba17

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

Diff for: src/Analysis/Problem/CrashReport/TickingEntityProblem.php

+16
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,22 @@ public function getLocationZ(): ?float
140140
return $this->locationZ;
141141
}
142142

143+
/**
144+
* @return string|null
145+
*/
146+
public function getDimension(): ?string
147+
{
148+
return $this->dimension;
149+
}
150+
151+
/**
152+
* @return string|null
153+
*/
154+
public function getLevelName(): ?string
155+
{
156+
return $this->levelName;
157+
}
158+
143159
/**
144160
* @param array $matches
145161
* @param mixed $patternKey

0 commit comments

Comments
 (0)