|
| static | index_path (string $lng='') |
| | Legacy-Pfad, wird nur noch beim Leeren alter Cache-Dateien benötigt.
|
| static | home_path (string $lng='') |
| | Legacy-Pfad, wird nur noch beim Leeren alter Cache-Dateien benötigt.
|
| static | normalize_permalink (string $permalink) |
| static | load (string $lng='') |
| | Liefert die aktuellen Permalinks direkt aus dbxContent.
|
| static | save (array $data, string $lng='') |
| | Kein Persistieren: Permalinks liegen ausschließlich in dbxContent.
|
| static | upsert_page (int $cid, string $permalink, string $rights, int $activ=1, string $lng='') |
| static | remove_by_cid (int $cid, string $lng='') |
| static | remove_by_permalink (string $permalink, string $lng='') |
| static | resolve (string $permalink, string $lng='') |
| | Löst genau einen Permalink direkt aus der Content-Tabelle auf.
|
| static | write_home_cid (int $cid, string $lng='') |
| static | read_home_cid (string $lng='') |
Kompatibilitäts-Fassade für Permalinks.
Es gibt keinen separaten Permalink-Cache mehr. Alle Lesezugriffe erfolgen direkt auf der sprachabhängigen Content-Tabelle. Die bisherigen Schreib- methoden bleiben als No-op erhalten, damit bestehende Speicherroutinen nicht angepasst werden müssen.