| 1 | <?php |
||
| 5 | trait ReflectionTrait |
||
| 6 | { |
||
| 7 | /** |
||
| 8 | * @param string $name |
||
| 9 | * @param mixed $value |
||
| 10 | * @return $this |
||
| 11 | */ |
||
| 12 | protected function setParentPrivatePropertyValue($name, $value) |
||
| 21 | |||
| 22 | /** |
||
| 23 | * @param string $name |
||
| 24 | * @return mixed |
||
| 25 | */ |
||
| 26 | protected function getParentPrivatePropertyValue($name) |
||
| 35 | } |
||
| 36 |