mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-26 13:04:13 +02:00
[ticket/13803] Reordered methods [ci skip]
PHPBB3-13803
This commit is contained in:
@ -29,6 +29,11 @@ abstract class base implements reparser_interface
|
|||||||
*/
|
*/
|
||||||
abstract protected function get_records($min_id, $max_id);
|
abstract protected function get_records($min_id, $max_id);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* {@inheritdoc}
|
||||||
|
*/
|
||||||
|
abstract protected function save_record(array $record);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Add fields to given record, if applicable
|
* Add fields to given record, if applicable
|
||||||
*
|
*
|
||||||
@ -202,9 +207,4 @@ abstract class base implements reparser_interface
|
|||||||
$this->save_record($record);
|
$this->save_record($record);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* {@inheritdoc}
|
|
||||||
*/
|
|
||||||
abstract protected function save_record(array $record);
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user