| Conditions | 2 | 
| Paths | 2 | 
| Total Lines | 10 | 
| Code Lines | 6 | 
| Lines | 10 | 
| Ratio | 100 % | 
| Changes | 0 | ||
| 1 | <?php | ||
| 40 | View Code Duplication | public function getContentList() | |
| 41 |     { | ||
| 42 |         $contentList = $this->getEntityValue('content', ''); | ||
| 43 | $ret = []; | ||
| 44 |         foreach ($contentList as $content) { | ||
| 45 | $ret[] = new Content($content); | ||
| 46 | } | ||
| 47 | |||
| 48 | return $ret; | ||
| 49 | } | ||
| 50 | |||
| 81 |