1 | <?php |
||
7 | class DefaultFilenameFormatter implements FormatterContract |
||
8 | { |
||
9 | /** |
||
10 | * Handles the filename of the audio. |
||
11 | * |
||
12 | * @param string $text The text source. |
||
13 | * @param mixed $audio The result audio content. |
||
14 | * |
||
15 | * @return string |
||
16 | */ |
||
17 | public function handle($text, $audio = null): string |
||
21 | } |
||
22 |