SproutCMS

This is the code documentation for the SproutCMS project

Page options:

Inherited members

class Constants

A bunch of different constants

Variables

NameVisibilityDescription
$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

NameVisibilityDescription
reverseLookuppublic (static)Looks for a class constant which has a specific value.

public reverseLookup

string Constants::reverseLookup ( string $class , string $prefix , string $value );

Looks for a class constant which has a specific value.