manager
class manager
Properties
protected config | $config | ||
protected db_text | $config_text | ||
protected service_collection | $reparsers | ||
protected array | $resume_data |
Methods
array
get_resume_data(string $name)
Loads resume data from the database
update_resume_data(string $name, int $min, int $current, int $size, bool $update_db = true)
Updates the resume data in the database
schedule(string $name, int $interval)
Sets the interval for a text_reparser cron task
schedule_all(int $interval)
Sets the interval for all text_reparser cron tasks
string
find_reparser(string $name)
Finds a reparser by name.
Details
at line 45
__construct(config $config, db_text $config_text, service_collection $reparsers)
Constructor
at line 59
array
get_resume_data(string $name)
Loads resume data from the database
at line 79
update_resume_data(string $name, int $min, int $current, int $size, bool $update_db = true)
Updates the resume data in the database
at line 105
schedule(string $name, int $interval)
Sets the interval for a text_reparser cron task
at line 118
schedule_all(int $interval)
Sets the interval for all text_reparser cron tasks
at line 137
string
find_reparser(string $name)
Finds a reparser by name.
If there is no reparser with the specified name, null is returned.