@@ -63,6 +63,10 @@ |
||
| 63 | 63 | */ |
| 64 | 64 | protected $accessors = array(); |
| 65 | 65 | |
| 66 | + /** |
|
| 67 | + * @param string $varName |
|
| 68 | + * @param string $type |
|
| 69 | + */ |
|
| 66 | 70 | protected function assignAccessor($varName, $type, $callable) { |
| 67 | 71 | if (empty($callable)) { |
| 68 | 72 | return; |