Kompatibilitaets-Fassade fuer Permalinks. More...
Static Public Member Functions | |
| static | indexPath (string $lng='') |
| Legacy-Pfad, wird nur noch beim Leeren alter Cache-Dateien benoetigt. | |
| static | homePath (string $lng='') |
| Legacy-Pfad, wird nur noch beim Leeren alter Cache-Dateien benoetigt. | |
| static | normalizePermalink (string $permalink) |
| static | load (string $lng='') |
| Liefert die aktuellen Permalinks direkt aus dbxContent. | |
| static | save (array $data, string $lng='') |
| Kein Persistieren: Permalinks liegen ausschliesslich in dbxContent. | |
| static | upsertPage (int $cid, string $permalink, string $rights, int $activ=1, string $lng='') |
| static | removeByCid (int $cid, string $lng='') |
| static | removeByPermalink (string $permalink, string $lng='') |
| static | resolve (string $permalink, string $lng='') |
| Loest genau einen Permalink direkt aus der Content-Tabelle auf. | |
| static | writeHomeCid (int $cid, string $lng='') |
| static | readHomeCid (string $lng='') |
Kompatibilitaets-Fassade fuer Permalinks.
Es gibt keinen separaten Permalink-Cache mehr. Alle Lesezugriffe erfolgen direkt auf der sprachabhaengigen Content-Tabelle. Die bisherigen Schreib- methoden bleiben als No-op erhalten, damit bestehende Speicherroutinen nicht angepasst werden muessen.
Definition at line 17 of file dbxContentPermalinkIndex.class.php.
|
static |
Legacy-Pfad, wird nur noch beim Leeren alter Cache-Dateien benoetigt.
Definition at line 26 of file dbxContentPermalinkIndex.class.php.
References $lng.
|
static |
Legacy-Pfad, wird nur noch beim Leeren alter Cache-Dateien benoetigt.
Definition at line 20 of file dbxContentPermalinkIndex.class.php.
References $lng.
|
static |
Liefert die aktuellen Permalinks direkt aus dbxContent.
Definition at line 83 of file dbxContentPermalinkIndex.class.php.
|
static |
Definition at line 39 of file dbxContentPermalinkIndex.class.php.
|
static |
Definition at line 172 of file dbxContentPermalinkIndex.class.php.
References $lng, and readHomeCid().
Referenced by readHomeCid().
|
static |
Definition at line 129 of file dbxContentPermalinkIndex.class.php.
References $lng, and removeByCid().
Referenced by removeByCid().
|
static |
Definition at line 133 of file dbxContentPermalinkIndex.class.php.
References $lng, and removeByPermalink().
Referenced by removeByPermalink().
|
static |
Loest genau einen Permalink direkt aus der Content-Tabelle auf.
Definition at line 138 of file dbxContentPermalinkIndex.class.php.
References $lng, dbx\dbxContent\dbxContent_permalink\canonicalFromLegacy(), dbx\dbxContent\dbxContent_permalink\isValid(), and resolve().
Referenced by dbxWebApp\check_perma(), and resolve().
|
static |
Kein Persistieren: Permalinks liegen ausschliesslich in dbxContent.
Definition at line 121 of file dbxContentPermalinkIndex.class.php.
References $lng.
|
static |
Definition at line 125 of file dbxContentPermalinkIndex.class.php.
|
static |
Definition at line 168 of file dbxContentPermalinkIndex.class.php.
References $lng.