class Constants
A bunch of different constants Variables
| Name | Visibility | Description |
$category_admin_options | (static) |
The different category options in the admin |
$category_admin_where | (static) | |
$conflict_page_urls | (static) |
If the first segment of a URL cannot be used because it conflicts with a controller name
A similar problem exists for top-level directories |
$job_status | (static) |
Cron and workers - job status |
$mimetypes | (static) |
This is a list of common extensions and mimetypes |
$month_names | (static) |
List of month names |
$recent_dates | (static) |
For the admin 'last modified' refine field |
$relative_dates | (static) |
Relative dates |
$rev_statuses | (static) |
Labels for the page revision statuses |
$search_modifiers | (static) |
Relative dates |
Functions
| Name | Visibility | Description |
| reverseLookup | public (static) | Looks for a class constant which has a specific value. |
string Constants::reverseLookup ( string $class , string $prefix , string $value );
Looks for a class constant which has a specific value.
|