Code Coverage |
||||||||||
Lines |
Functions and Methods |
Classes and Traits |
||||||||
Total | n/a |
0 / 0 |
n/a |
0 / 0 |
CRAP | n/a |
0 / 0 |
1 | <?php |
2 | |
3 | interface FlaggedRevsRevisionReviewFormAfterDoSubmitHook { |
4 | |
5 | /** |
6 | * This hook is called after a review has been processed and written to the database. |
7 | * |
8 | * @param RevisionReviewForm $form |
9 | * @param string|bool $status |
10 | */ |
11 | public function onFlaggedRevsRevisionReviewFormAfterDoSubmit( $form, $status ); |
12 | } |