Added documentation

This commit is contained in:
Michael Vogel 2022-09-19 12:49:37 +02:00
parent 3650feb256
commit 6ba2c4bb01
1 changed files with 7 additions and 0 deletions

View File

@ -1878,6 +1878,13 @@ class Item
return json_encode($languages);
}
/**
* Get a language array from a given text
*
* @param string $body
* @param integer $count
* @return array
*/
public static function getLanguageArray(string $body, int $count): array
{
// Convert attachments to links