Skip to content

Commit 2db98b2

Browse files
authored
Merge pull request #4 from LulububuApps/feature/property-annotation-methods
Added accidentially deleted constants
2 parents 13cddec + 3e81fcb commit 2db98b2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Mapping/DocumentParser.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@
2828
*/
2929
class DocumentParser
3030
{
31+
const OBJ_CACHED_FIELDS = 'ongr.obj_fields';
32+
const EMBEDDED_CACHED_FIELDS = 'ongr.embedded_fields';
33+
const ARRAY_CACHED_FIELDS = 'ongr.array_fields';
3134

3235
private $reader;
3336
private $properties = [];

0 commit comments

Comments
 (0)