Static Public Member Functions | |
| static | segment ($text, $fallback='seite') |
| static | slug ($text) |
| static | normalize ($permalink) |
| static | canonicalFromLegacy ($permalink) |
| Uebersetzt ausschliesslich alte, pfadartige CMS-Permalinks. | |
| static | isValid ($permalink) |
| static | exists ($db, string $content_dd, string $permalink, int $exclude_id=0) |
| static | unique ($db, string $content_dd, string $permalink, int $exclude_id=0) |
| static | build ($db, $folder_dd, $folder_id, $title, $exclude_id=0) |
Definition at line 4 of file dbxContent_permalink.class.php.
|
static |
Definition at line 181 of file dbxContent_permalink.class.php.
References $db.
|
static |
Uebersetzt ausschliesslich alte, pfadartige CMS-Permalinks.
Die Rueckgabe dient als kompatibler Alias; gespeichert werden nur noch flache Werte.
Definition at line 45 of file dbxContent_permalink.class.php.
References $legacy.
Referenced by dbx\dbxContent\dbxContentPermalinkIndex\resolve().
|
static |
Definition at line 147 of file dbxContent_permalink.class.php.
|
static |
Definition at line 133 of file dbxContent_permalink.class.php.
Referenced by exists(), dbx\dbxContent\dbxContentContextHelp\permalinkForTopic(), dbx\dbxContent\dbxContentPermalinkIndex\resolve(), and dbx\dbxContent\dbxContentContextHelp\resolveCidByPermalink().
|
static |
Definition at line 37 of file dbxContent_permalink.class.php.
References segment().
Referenced by unique().
|
static |
Definition at line 6 of file dbxContent_permalink.class.php.
References $fallback.
Referenced by normalize(), and slug().
|
static |
Definition at line 33 of file dbxContent_permalink.class.php.
References segment().
|
static |
Definition at line 165 of file dbxContent_permalink.class.php.
References $base, $db, and normalize().