Ubiquity 2.5.2
php rapid development framework
Loading...
Searching...
No Matches
Framework Class Reference

Static Public Member Functions

static getVersion ()
 Returns framework version.
 
static getEnv ()
 Returns the app.env value in config cache.
 
static getController ()
 Returns the active controller class name.
 
static getAction ()
 Returns the active action.
 
static getUrl ()
 Gets the active URL.
 
static getRouter ()
 
static getORM ()
 
static getRequest ()
 
static getSession ()
 
static getCookies ()
 
static getTranslator ()
 
static getNormalizer ()
 
static hasAdmin ()
 
static getAssets ()
 
static getCacheSystem ()
 
static getAnnotationsEngine ()
 

Data Fields

const VERSION = '2.5.2'
 

Detailed Description

Definition at line 24 of file Framework.php.

Member Function Documentation

◆ getAction()

static getAction ( )
static

Returns the active action.

Returns
string|null

Definition at line 55 of file Framework.php.

◆ getAnnotationsEngine()

static getAnnotationsEngine ( )
static

Definition at line 107 of file Framework.php.

◆ getAssets()

static getAssets ( )
static

Definition at line 99 of file Framework.php.

◆ getCacheSystem()

static getCacheSystem ( )
static

Definition at line 103 of file Framework.php.

◆ getController()

static getController ( )
static

Returns the active controller class name.

Returns
string|null

Definition at line 47 of file Framework.php.

◆ getCookies()

static getCookies ( )
static

Definition at line 83 of file Framework.php.

◆ getEnv()

static getEnv ( )
static

Returns the app.env value in config cache.

Returns
string

Definition at line 39 of file Framework.php.

◆ getNormalizer()

static getNormalizer ( )
static

Definition at line 91 of file Framework.php.

◆ getORM()

static getORM ( )
static

Definition at line 71 of file Framework.php.

◆ getRequest()

static getRequest ( )
static

Definition at line 75 of file Framework.php.

◆ getRouter()

static getRouter ( )
static

Definition at line 67 of file Framework.php.

◆ getSession()

static getSession ( )
static

Definition at line 79 of file Framework.php.

◆ getTranslator()

static getTranslator ( )
static

Definition at line 87 of file Framework.php.

◆ getUrl()

static getUrl ( )
static

Gets the active URL.

Returns
string

Definition at line 63 of file Framework.php.

◆ getVersion()

static getVersion ( )
static

Returns framework version.

Returns
string

Definition at line 31 of file Framework.php.

◆ hasAdmin()

static hasAdmin ( )
static

Definition at line 95 of file Framework.php.

Field Documentation

◆ VERSION

const VERSION = '2.5.2'

Definition at line 25 of file Framework.php.


The documentation for this class was generated from the following file: