mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/13803] Reordered methods [ci skip]
PHPBB3-13803
This commit is contained in:
parent
d42b2fe795
commit
212fc277b4
1 changed files with 5 additions and 5 deletions
|
@ -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);
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue