# auto-alt-text/trunk/src/App/AltTextGeneratorInterface.php

Auto Alt Text, version trunk. 7 lines.

- Page: https://pluginprobe.com/plugins/auto-alt-text/trunk/code/src/App/AltTextGeneratorInterface.php
- Raw: https://pluginprobe.com/plugins/auto-alt-text/trunk/raw/src/App/AltTextGeneratorInterface.php
- Modified: 2024-03-10T14:55:34+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/auto-alt-text/trunk/code/src/App/AltTextGeneratorInterface.php#L10-L20`.

```php
<?php
namespace AATXT\App;

interface AltTextGeneratorInterface
{
    public function altText(int $imageId): string;
}
```
