1 | <?php |
||
18 | class GeoDir_Privacy_Background_Process extends GeoDir_Background_Process { |
||
19 | |||
20 | /** |
||
21 | * Initiate new background process. |
||
22 | */ |
||
23 | public function __construct() { |
||
29 | |||
30 | /** |
||
31 | * Code to execute for each item in the queue |
||
32 | * |
||
33 | * @param string $item Queue item to iterate over. |
||
34 | * @return bool |
||
35 | */ |
||
36 | protected function task( $item ) { |
||
43 | } |
||
44 |