Static helper functions.
Public Static Methods | |
| static string | path (string ... $args) |
| Joins string pieces and formats it as an absolute path. More... | |
| static string | slug (string ... $args) |
| Joins string pieces and formats it as a human friendly slug. More... | |
|
static |
Joins string pieces and formats it as an absolute path.
| string | ...$args |
|
static |
Joins string pieces and formats it as a human friendly slug.
| string | ...$args |