We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ce83ac commit c833746Copy full SHA for c833746
1 file changed
src/OpCacheGUI/OpCache/Status.php
@@ -274,6 +274,13 @@ public function getCachedScripts()
274
return $scripts;
275
}
276
277
+ /**
278
+ * Gets the cached scripts for the overview (with trimmed prefix)
279
+ *
280
+ * @param \OpCacheGUI\Format\Trimmer $trimmer The prefix trimmer
281
282
+ * @return array List of the cached scripts
283
+ */
284
public function getCachedScriptsForOverview(Trimmer $trimmer)
285
{
286
return $trimmer->trim($this->getCachedScripts());
0 commit comments