0; } public static function getNameById(int $id): string { Db::getValue('select name from clan where id = ?', [$id]); } }