| Total Complexity | 3 |
| Total Lines | 22 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 13 | final class StringProperty extends AbstractProperty |
||
| 14 | { |
||
| 15 | /** |
||
| 16 | * StringProperty constructor. |
||
| 17 | */ |
||
| 18 | public function __construct() |
||
| 21 | } |
||
| 22 | |||
| 23 | /** |
||
| 24 | * @param object $object |
||
| 25 | * @return mixed|string |
||
| 26 | * @throws PropertyException |
||
| 27 | */ |
||
| 28 | public function renderProperty(object $object) |
||
| 37 |