Total Complexity | 4 |
Total Lines | 23 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
18 | trait FlushScheduler |
||
19 | { |
||
20 | /** |
||
21 | * Schedules the manifest flush operation for a following request |
||
22 | * |
||
23 | * WARNING! Does not perform flush, but schedules it for another request |
||
24 | * |
||
25 | * @param HTTPRequest $request |
||
26 | * |
||
27 | * @return bool true if flush has been scheduled, false otherwise |
||
28 | */ |
||
29 | public function scheduleFlush(HTTPRequest $request) |
||
43 |
This function has been deprecated. The supplier of the function has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the function will be removed and what other function to use instead.