@@ -76,6 +76,9 @@ discard block |
||
76 | 76 | } |
77 | 77 | } |
78 | 78 | |
79 | + /** |
|
80 | + * @param string $name |
|
81 | + */ |
|
79 | 82 | private function getPhysicalPropertyName($name) { |
80 | 83 | return '_' . $name; |
81 | 84 | } |
@@ -146,6 +149,9 @@ discard block |
||
146 | 149 | return $this->propertyMethodResult($name, $diff, 'delta'); |
147 | 150 | } |
148 | 151 | |
152 | + /** |
|
153 | + * @param string $action |
|
154 | + */ |
|
149 | 155 | protected function actionProperty($action, $name, $value) { |
150 | 156 | $result = null; |
151 | 157 | // Now deciding - will we call a protected setter or will we work with protected property |