@@ -85,6 +85,10 @@ |
||
85 | 85 | return $json; |
86 | 86 | } |
87 | 87 | |
88 | + /** |
|
89 | + * @param string $property |
|
90 | + * @param string $type |
|
91 | + */ |
|
88 | 92 | public function setFieldFormat($property, $type) { |
89 | 93 | $this->_formatFields[$property] = $type; |
90 | 94 | } |