addColor(int $style_id, string $a_name, string $a_code)
updateColor(int $style_id, string $name, string $new_name, string $code)
__construct(ilDBInterface $db, InternalDataService $factory)
InternalDataService $factory
colorExists(int $style_id, string $a_color_name)
Check whether color exists.
update(string $table_name, array $values, array $where)
@description $where MUST contain existing columns only.