| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 25 | public function __toString(): string |
||
| 26 | { |
||
| 27 | $view = (string) ($this->request)(); |
||
| 28 | $uri = (string) $this->request->resourceObject->uri; |
||
| 29 | $this->etags->addTag($this->request->resourceObject); |
||
| 30 | $this->donutStorage->setView($uri, $view); |
||
| 31 | |||
| 32 | return sprintf(ResourceDonut::FOMRAT, $uri); |
||
| 33 | } |
||
| 44 |