We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b29dba4 commit 0b777a8Copy full SHA for 0b777a8
src/JsonQueriable.php
@@ -135,6 +135,18 @@ protected function prepare()
135
return $this;
136
}
137
138
+ /**
139
+ * Our system will cache processed data and prevend multiple time processing. If
140
+ * you want to reprocess this method can help you
141
+ *
142
+ * @return $this
143
+ */
144
+ public function reProcess()
145
+ {
146
+ $this->_isProcessed = false;
147
+ return $this;
148
+ }
149
+
150
/**
151
* Parse object to array
152
*
0 commit comments