@@ -45,6 +45,9 @@ discard block |
||
| 45 | 45 | $this->properties = $properties; |
| 46 | 46 | } |
| 47 | 47 | |
| 48 | + /** |
|
| 49 | + * @param string $name |
|
| 50 | + */ |
|
| 48 | 51 | public function setDirect($name, $value) { |
| 49 | 52 | parent::__set($name, $value); |
| 50 | 53 | } |
@@ -65,6 +68,10 @@ discard block |
||
| 65 | 68 | } |
| 66 | 69 | } |
| 67 | 70 | |
| 71 | + /** |
|
| 72 | + * @param string $processor |
|
| 73 | + * @param string $name |
|
| 74 | + */ |
|
| 68 | 75 | protected function performMagic($processor, $name, $value = null) { |
| 69 | 76 | if ( |
| 70 | 77 | !empty($this->accessors[$name][$processor]) |