| 1 | <?php |
||
| 18 | class TranslationRepository extends BaseRepository |
||
| 19 | { |
||
| 20 | /** |
||
| 21 | * Add hints to the query. |
||
| 22 | * |
||
| 23 | * @param Query $query Query |
||
| 24 | * @param string|null $locale Locale to which it should fallback |
||
| 25 | * |
||
| 26 | * @return Query |
||
| 27 | */ |
||
| 28 | public function setTranslatableHints(Query $query, $locale = null) |
||
| 54 | } |
||
| 55 |