| 1 | <?php |
||
| 4 | final class ParentNormalizerContext implements NormalizerContextInterface |
||
| 5 | { |
||
| 6 | private $parent; |
||
| 7 | /** @var int */ |
||
| 8 | private $level = 0; |
||
| 9 | |||
| 10 | 9 | public function __construct() |
|
| 13 | |||
| 14 | 8 | public function withParent($parent) |
|
| 23 | |||
| 24 | public function getParent() |
||
| 28 | |||
| 29 | public function getLevel() |
||
| 33 | } |
||
| 34 |