| Conditions | 2 |
| Paths | 2 |
| Total Lines | 6 |
| Code Lines | 3 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 53 | public function getFlags() |
||
| 54 | { |
||
| 55 | if(empty($this->entity[$this->field][ConfigInterface::FLAGS])) { |
||
| 56 | throw new AttributesException(ErrorsInterface::JSON_API_ERRORS[ErrorsInterface::HTTP_CODE_FSM_FLAGS], ErrorsInterface::HTTP_CODE_FSM_FLAGS); |
||
| 57 | } |
||
| 58 | return $this->entity[$this->field][ConfigInterface::FLAGS]; |
||
| 59 | } |
||
| 70 | } |